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