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