@@ -11,7 +11,6 @@ Java idiomatic client for [Cloud Key Management Service][product-docs].
1111
1212## Quickstart
1313
14-
1514If you are using Maven with [ BOM] [ libraries-bom ] , add this to your pom.xml file:
1615
1716``` xml
@@ -46,6 +45,14 @@ If you are using Maven without the BOM, add this to your dependencies:
4645</dependency >
4746```
4847
48+ If you are using Gradle 5.x or later, add this to your dependencies:
49+
50+ ``` Groovy
51+ implementation platform('com.google.cloud:libraries-bom:26.83.0')
52+
53+ implementation 'com.google.cloud:google-cloud-kms'
54+ ```
55+
4956If you are using Gradle without BOM, add this to your dependencies:
5057
5158``` Groovy
@@ -71,7 +78,7 @@ The client application making API calls must be granted [authorization scopes][a
7178### Prerequisites
7279
7380You will need a [ Google Cloud Platform Console] [ developer-console ] project with the Cloud Key Management Service [ API enabled] [ enable-api ] .
74-
81+ You will need to [ enable billing ] [ enable-billing ] to use Google Cloud Key Management Service.
7582[ Follow these instructions] [ create-project ] to get your project set up. You will also need to set up the local development environment by
7683[ installing the Google Cloud Command Line Interface] [ cloud-cli ] and running the following commands in command line:
7784` gcloud auth login ` and ` gcloud config set project [YOUR PROJECT ID] ` .
@@ -147,8 +154,6 @@ the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
147154and on [ google-cloud-java] [ g-c-j ] .
148155
149156## Versioning
150-
151-
152157This library follows [ Semantic Versioning] ( http://semver.org/ ) .
153158
154159
@@ -187,7 +192,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
187192[ contributing ] : https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188193[ code-of-conduct ] : https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189194[ license ] : https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
190-
195+ [ enable-billing ] : https://cloud.google.com/apis/docs/getting-started#enabling_billing
191196[ enable-api ] : https://console.cloud.google.com/flows/enableapi?apiid=cloudkms.googleapis.com
192197[ libraries-bom ] : https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
193198[ shell_img ] : https://gstatic.com/cloudssh/images/open-btn.png
0 commit comments