is not current version
Last Version 11.0-RC2

com.wavefront:wavefront 3.24

Top-level Wavefront Public Java POM

GroupId

GroupId

com.wavefront
ArtifactId

ArtifactId

wavefront
Version

Version

3.24
Type

Type

pom

Download wavefront 3.24

Filename Size
wavefront-3.24.pom 8 KB
Browse

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