License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdazure-spring-boot |
Version | Version3.0.0-beta.1 |
Type | Typejar |
Description |
DescriptionAzure Spring Boot AutoConfigure
Azure Spring Boot AutoConfigure
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
azure-spring-boot-3.0.0-beta.1.pom | |
azure-spring-boot-3.0.0-beta.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>3.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot/
implementation 'com.microsoft.azure:azure-spring-boot:3.0.0-beta.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot/
implementation ("com.microsoft.azure:azure-spring-boot:3.0.0-beta.1")
'com.microsoft.azure:azure-spring-boot:jar:3.0.0-beta.1'
<dependency org="com.microsoft.azure" name="azure-spring-boot" rev="3.0.0-beta.1">
<artifact name="azure-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-spring-boot', version='3.0.0-beta.1')
)
libraryDependencies += "com.microsoft.azure" % "azure-spring-boot" % "3.0.0-beta.1"
[com.microsoft.azure/azure-spring-boot "3.0.0-beta.1"]