w

wavefront-internal-reporter-java

Internal reporter for reporting metrics and histograms to Wavefront
https://github.com/wavefrontHQ/wavefront-internal-reporter-java
The Apache License, Version 2.0
Sushant Dewan
Files download
File Operation
wavefront-internal-reporter-java-0.9.4.jar download
wavefront-internal-reporter-java-0.9.4.pom download
wavefront-internal-reporter-java-0.9.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.wavefront</groupId>
  <artifactId>wavefront-internal-reporter-java</artifactId>
  <version>0.9.4</version>
</dependency>
Gradle Groovy
implementation 'com.wavefront:wavefront-internal-reporter-java:0.9.4'
Gradle Kotlin
implementation("com.wavefront:wavefront-internal-reporter-java:0.9.4")
Scala SBT
libraryDependencies += "com.wavefront" % "wavefront-internal-reporter-java" % "0.9.4"
Groovy Grape
@Grapes(
  @Grab(group='com.wavefront', module='wavefront-internal-reporter-java', version='0.9.4')
)
Apache Ivy
<dependency org="com.wavefront" name="wavefront-internal-reporter-java" rev="0.9.4" />
Leiningen
[com.wavefront/wavefront-internal-reporter-java "0.9.4"]
Apache Buildr
'com.wavefront:wavefront-internal-reporter-java:jar:0.9.4'