w

wavefront-runtime-sdk-jvm

Use this SDK in your JVM to collect out of the box JVM diagnostics metrics.
https://github.com/wavefrontHQ/wavefront-runtime-sdk-jvm
The Apache License, Version 2.0
Sushant Dewan
Files download
File Operation
wavefront-runtime-sdk-jvm-0.9.6.jar download
wavefront-runtime-sdk-jvm-0.9.6.pom download
wavefront-runtime-sdk-jvm-0.9.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.wavefront</groupId>
  <artifactId>wavefront-runtime-sdk-jvm</artifactId>
  <version>0.9.6</version>
</dependency>
Gradle Groovy
implementation 'com.wavefront:wavefront-runtime-sdk-jvm:0.9.6'
Gradle Kotlin
implementation("com.wavefront:wavefront-runtime-sdk-jvm:0.9.6")
Scala SBT
libraryDependencies += "com.wavefront" % "wavefront-runtime-sdk-jvm" % "0.9.6"
Groovy Grape
@Grapes(
  @Grab(group='com.wavefront', module='wavefront-runtime-sdk-jvm', version='0.9.6')
)
Apache Ivy
<dependency org="com.wavefront" name="wavefront-runtime-sdk-jvm" rev="0.9.6" />
Leiningen
[com.wavefront/wavefront-runtime-sdk-jvm "0.9.6"]
Apache Buildr
'com.wavefront:wavefront-runtime-sdk-jvm:jar:0.9.6'