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 @@ -15,9 +15,27 @@ Java idiomatic client for [reCAPTCHA Enterprise][product-overview].
1515
1616Quickstart
1717----------
18+ If you are using Maven with a BOM, add this to your pom.xml file.
19+ ``` xml
20+ <dependencyManagement >
21+ <dependencies >
22+ <dependency >
23+ <groupId >com.google.cloud</groupId >
24+ <artifactId >libraries-bom</artifactId >
25+ <version >2.8.0</version >
26+ <type >pom</type >
27+ <scope >import</scope >
28+ </dependency >
29+ </dependencies >
30+ </dependencyManagement >
1831
32+ <dependency >
33+ <groupId >com.google.cloud</groupId >
34+ <artifactId >google-cloud-recaptchaenterprise</artifactId >
35+ </dependency >
36+ ```
1937[ // ] : # ( {x-version-update-start:google-cloud-recaptchaenterprise:released} )
20- If you are using Maven, add this to your pom.xml file
38+ If you are using Maven without a BOM , add this to your dependencies.
2139``` xml
2240<dependency >
2341 <groupId >com.google.cloud</groupId >
You can’t perform that action at this time.
0 commit comments