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