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