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