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