| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.wavefront |
| Идентификатор | Идентификаторwavefront-spring-boot-bom |
| Последняя версия | Последняя версия2.3.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWavefront Spring Boot Bill of Materials
Wavefront by VMware integration for Spring Boot
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| wavefront-spring-boot-bom-2.3.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.wavefront/wavefront-spring-boot-bom/ -->
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>wavefront-spring-boot-bom</artifactId>
<version>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wavefront/wavefront-spring-boot-bom/
implementation 'com.wavefront:wavefront-spring-boot-bom:2.3.0'
// https://jarcasting.com/artifacts/com.wavefront/wavefront-spring-boot-bom/
implementation ("com.wavefront:wavefront-spring-boot-bom:2.3.0")
'com.wavefront:wavefront-spring-boot-bom:pom:2.3.0'
<dependency org="com.wavefront" name="wavefront-spring-boot-bom" rev="2.3.0">
<artifact name="wavefront-spring-boot-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='wavefront-spring-boot-bom', version='2.3.0')
)
libraryDependencies += "com.wavefront" % "wavefront-spring-boot-bom" % "2.3.0"
[com.wavefront/wavefront-spring-boot-bom "2.3.0"]