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