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