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