Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.wavefront |
ArtifactId | ArtifactIdjava-client |
Version | Version4.13 |
Type | Typejar |
Filename | Size |
---|---|
java-client-4.13.pom | |
java-client-4.13.jar | 6 KB |
java-client-4.13-sources.jar | 4 KB |
java-client-4.13-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wavefront/java-client/ -->
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>java-client</artifactId>
<version>4.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavefront/java-client/
implementation 'com.wavefront:java-client:4.13'
// https://jarcasting.com/artifacts/com.wavefront/java-client/
implementation ("com.wavefront:java-client:4.13")
'com.wavefront:java-client:jar:4.13'
<dependency org="com.wavefront" name="java-client" rev="4.13">
<artifact name="java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='java-client', version='4.13')
)
libraryDependencies += "com.wavefront" % "java-client" % "4.13"
[com.wavefront/java-client "4.13"]