| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdcom.google.cloud |
| ArtifactId | ArtifactIdgcloud-java-pom |
| Version | Version0.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gcloud-java-pom-0.2.1.pom | 16 KB |
| gcloud-java-pom-0.2.1-tests.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud/gcloud-java-pom/ -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-pom</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/gcloud-java-pom/
implementation 'com.google.cloud:gcloud-java-pom:0.2.1'
// https://jarcasting.com/artifacts/com.google.cloud/gcloud-java-pom/
implementation ("com.google.cloud:gcloud-java-pom:0.2.1")
'com.google.cloud:gcloud-java-pom:jar:0.2.1'
<dependency org="com.google.cloud" name="gcloud-java-pom" rev="0.2.1">
<artifact name="gcloud-java-pom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='gcloud-java-pom', version='0.2.1')
)
libraryDependencies += "com.google.cloud" % "gcloud-java-pom" % "0.2.1"
[com.google.cloud/gcloud-java-pom "0.2.1"]