Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.wavefront |
ArtifactId | ArtifactIdwavefront-spring-boot |
Version | Version2.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wavefront/wavefront-spring-boot/ -->
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavefront/wavefront-spring-boot/
implementation 'com.wavefront:wavefront-spring-boot:2.0.1'
// https://jarcasting.com/artifacts/com.wavefront/wavefront-spring-boot/
implementation ("com.wavefront:wavefront-spring-boot:2.0.1")
'com.wavefront:wavefront-spring-boot:jar:2.0.1'
<dependency org="com.wavefront" name="wavefront-spring-boot" rev="2.0.1">
<artifact name="wavefront-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='wavefront-spring-boot', version='2.0.1')
)
libraryDependencies += "com.wavefront" % "wavefront-spring-boot" % "2.0.1"
[com.wavefront/wavefront-spring-boot "2.0.1"]