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