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