is not current version
Last Version 11.0-RC2

com.wavefront:wavefront 4.4

Top-level Wavefront Public Java POM

GroupId

GroupId

com.wavefront
ArtifactId

ArtifactId

wavefront
Version

Version

4.4
Type

Type

pom

Download wavefront 4.4

Filename Size
wavefront-4.4.pom 9 KB
Browse

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