Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.google.cloud.graphite |
ArtifactId | ArtifactIdgcp-client |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
gcp-client-0.1.1.pom | |
gcp-client-0.1.1.jar | 23 KB |
gcp-client-0.1.1-sources.jar | 18 KB |
gcp-client-0.1.1-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud.graphite/gcp-client/ -->
<dependency>
<groupId>com.google.cloud.graphite</groupId>
<artifactId>gcp-client</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.graphite/gcp-client/
implementation 'com.google.cloud.graphite:gcp-client:0.1.1'
// https://jarcasting.com/artifacts/com.google.cloud.graphite/gcp-client/
implementation ("com.google.cloud.graphite:gcp-client:0.1.1")
'com.google.cloud.graphite:gcp-client:jar:0.1.1'
<dependency org="com.google.cloud.graphite" name="gcp-client" rev="0.1.1">
<artifact name="gcp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.graphite', module='gcp-client', version='0.1.1')
)
libraryDependencies += "com.google.cloud.graphite" % "gcp-client" % "0.1.1"
[com.google.cloud.graphite/gcp-client "0.1.1"]