Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdspring-data-cosmosdb |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
spring-data-cosmosdb-2.0.5.pom | |
spring-data-cosmosdb-2.0.5.jar | 107 KB |
spring-data-cosmosdb-2.0.5-sources.jar | 66 KB |
spring-data-cosmosdb-2.0.5-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-cosmosdb/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-data-cosmosdb</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-cosmosdb/
implementation 'com.microsoft.azure:spring-data-cosmosdb:2.0.5'
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-cosmosdb/
implementation ("com.microsoft.azure:spring-data-cosmosdb:2.0.5")
'com.microsoft.azure:spring-data-cosmosdb:jar:2.0.5'
<dependency org="com.microsoft.azure" name="spring-data-cosmosdb" rev="2.0.5">
<artifact name="spring-data-cosmosdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='spring-data-cosmosdb', version='2.0.5')
)
libraryDependencies += "com.microsoft.azure" % "spring-data-cosmosdb" % "2.0.5"
[com.microsoft.azure/spring-data-cosmosdb "2.0.5"]