文件下载
文件名 操作
wavefront-spring-boot-starter-3.2.0.jar 下载
wavefront-spring-boot-starter-3.2.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.wavefront</groupId>
  <artifactId>wavefront-spring-boot-starter</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.wavefront:wavefront-spring-boot-starter:3.2.0'
Gradle Kotlin
implementation("com.wavefront:wavefront-spring-boot-starter:3.2.0")
Scala SBT
libraryDependencies += "com.wavefront" % "wavefront-spring-boot-starter" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.wavefront', module='wavefront-spring-boot-starter', version='3.2.0')
)
Apache Ivy
<dependency org="com.wavefront" name="wavefront-spring-boot-starter" rev="3.2.0" />
Leiningen
[com.wavefront/wavefront-spring-boot-starter "3.2.0"]
Apache Buildr
'com.wavefront:wavefront-spring-boot-starter:jar:3.2.0'