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