Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdazure-spring-boot |
Version | Version2.1.8 |
Type | Typejar |
Filename | Size |
---|---|
azure-spring-boot-2.1.8.pom | |
azure-spring-boot-2.1.8.jar | 135 KB |
azure-spring-boot-2.1.8-sources.jar | 84 KB |
azure-spring-boot-2.1.8-javadoc.jar | 490 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.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot/
implementation 'com.microsoft.azure:azure-spring-boot:2.1.8'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot/
implementation ("com.microsoft.azure:azure-spring-boot:2.1.8")
'com.microsoft.azure:azure-spring-boot:jar:2.1.8'
<dependency org="com.microsoft.azure" name="azure-spring-boot" rev="2.1.8">
<artifact name="azure-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-spring-boot', version='2.1.8')
)
libraryDependencies += "com.microsoft.azure" % "azure-spring-boot" % "2.1.8"
[com.microsoft.azure/azure-spring-boot "2.1.8"]