is not current version
Last Version 4.36

com.wavefront:java-client 4.28

Java client for sending data to Wavefront

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.wavefront
ArtifactId

ArtifactId

java-client
Version

Version

4.28
Type

Type

jar

Download java-client 4.28


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