| Categories |
CategoriesSpring Boot Container Microservices |
|---|---|
| GroupId | GroupIdcom.wavefront |
| ArtifactId | ArtifactIdwavefront-spring-boot |
| Version | Version2.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wavefront-spring-boot-2.1.0.pom | |
| wavefront-spring-boot-2.1.0.jar | 44 KB |
| wavefront-spring-boot-2.1.0-sources.jar | 24 KB |
| wavefront-spring-boot-2.1.0-javadoc.jar | 106 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wavefront/wavefront-spring-boot/ -->
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavefront/wavefront-spring-boot/
implementation 'com.wavefront:wavefront-spring-boot:2.1.0'
// https://jarcasting.com/artifacts/com.wavefront/wavefront-spring-boot/
implementation ("com.wavefront:wavefront-spring-boot:2.1.0")
'com.wavefront:wavefront-spring-boot:jar:2.1.0'
<dependency org="com.wavefront" name="wavefront-spring-boot" rev="2.1.0">
<artifact name="wavefront-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='wavefront-spring-boot', version='2.1.0')
)
libraryDependencies += "com.wavefront" % "wavefront-spring-boot" % "2.1.0"
[com.wavefront/wavefront-spring-boot "2.1.0"]