This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,27 @@ Java idiomatic client for [Google Cloud Natural Language][cloud-language].
1212
1313Quickstart
1414----------
15+ If you are using Maven with a BOM, add this to your pom.xml file.
16+ ``` xml
17+ <dependencyManagement >
18+ <dependencies >
19+ <dependency >
20+ <groupId >com.google.cloud</groupId >
21+ <artifactId >libraries-bom</artifactId >
22+ <version >2.8.0</version >
23+ <type >pom</type >
24+ <scope >import</scope >
25+ </dependency >
26+ </dependencies >
27+ </dependencyManagement >
1528
29+ <dependency >
30+ <groupId >com.google.cloud</groupId >
31+ <artifactId >google-cloud-language</artifactId >
32+ </dependency >
33+ ```
1634[ // ] : # ( {x-version-update-start:google-cloud-language:released} )
17- If you are using Maven, add this to your pom.xml file
35+ If you are using Maven without a BOM , add this to your dependencies.
1836``` xml
1937<dependency >
2038 <groupId >com.google.cloud</groupId >
You can’t perform that action at this time.
0 commit comments