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