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