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