Files download
File Operation
wavefront-spring-boot-starter-2.0.1.jar download
wavefront-spring-boot-starter-2.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.wavefront</groupId>
  <artifactId>wavefront-spring-boot-starter</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.wavefront:wavefront-spring-boot-starter:2.0.1'
Gradle Kotlin
implementation("com.wavefront:wavefront-spring-boot-starter:2.0.1")
Scala SBT
libraryDependencies += "com.wavefront" % "wavefront-spring-boot-starter" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.wavefront', module='wavefront-spring-boot-starter', version='2.0.1')
)
Apache Ivy
<dependency org="com.wavefront" name="wavefront-spring-boot-starter" rev="2.0.1" />
Leiningen
[com.wavefront/wavefront-spring-boot-starter "2.0.1"]
Apache Buildr
'com.wavefront:wavefront-spring-boot-starter:jar:2.0.1'