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