Categories |
CategoriesAnt Build Tools Net CLI User Interface |
---|---|
GroupId | GroupIdnet.savantly |
ArtifactId | ArtifactIdgraphite-client |
Version | Version1.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.savantly/graphite-client/ -->
<dependency>
<groupId>net.savantly</groupId>
<artifactId>graphite-client</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.savantly/graphite-client/
implementation 'net.savantly:graphite-client:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/net.savantly/graphite-client/
implementation ("net.savantly:graphite-client:1.0.0-RELEASE")
'net.savantly:graphite-client:jar:1.0.0-RELEASE'
<dependency org="net.savantly" name="graphite-client" rev="1.0.0-RELEASE">
<artifact name="graphite-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.savantly', module='graphite-client', version='1.0.0-RELEASE')
)
libraryDependencies += "net.savantly" % "graphite-client" % "1.0.0-RELEASE"
[net.savantly/graphite-client "1.0.0-RELEASE"]