Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcn.ennwifi |
ArtifactId | ArtifactIdopentsdb-client |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
opentsdb-client-0.0.1.pom | |
opentsdb-client-0.0.1.jar | 14 KB |
opentsdb-client-0.0.1-sources.jar | 8 KB |
opentsdb-client-0.0.1-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.ennwifi/opentsdb-client/ -->
<dependency>
<groupId>cn.ennwifi</groupId>
<artifactId>opentsdb-client</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ennwifi/opentsdb-client/
implementation 'cn.ennwifi:opentsdb-client:0.0.1'
// https://jarcasting.com/artifacts/cn.ennwifi/opentsdb-client/
implementation ("cn.ennwifi:opentsdb-client:0.0.1")
'cn.ennwifi:opentsdb-client:jar:0.0.1'
<dependency org="cn.ennwifi" name="opentsdb-client" rev="0.0.1">
<artifact name="opentsdb-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ennwifi', module='opentsdb-client', version='0.0.1')
)
libraryDependencies += "cn.ennwifi" % "opentsdb-client" % "0.0.1"
[cn.ennwifi/opentsdb-client "0.0.1"]