is not current version
Last Version 4.36

com.wavefront:java-client 3.24

Java client for sending data to Wavefront

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.wavefront
ArtifactId

ArtifactId

java-client
Version

Version

3.24
Type

Type

jar

Download java-client 3.24


<!-- https://jarcasting.com/artifacts/com.wavefront/java-client/ -->
<dependency>
    <groupId>com.wavefront</groupId>
    <artifactId>java-client</artifactId>
    <version>3.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavefront/java-client/
implementation 'com.wavefront:java-client:3.24'
// https://jarcasting.com/artifacts/com.wavefront/java-client/
implementation ("com.wavefront:java-client:3.24")
'com.wavefront:java-client:jar:3.24'
<dependency org="com.wavefront" name="java-client" rev="3.24">
  <artifact name="java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='java-client', version='3.24')
)
libraryDependencies += "com.wavefront" % "java-client" % "3.24"
[com.wavefront/java-client "3.24"]