Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdspring-data-cosmosdb |
Version | Version2.1.8 |
Type | Typejar |
Filename | Size |
---|---|
spring-data-cosmosdb-2.1.8.pom | |
spring-data-cosmosdb-2.1.8.jar | 136 KB |
spring-data-cosmosdb-2.1.8-sources.jar | 82 KB |
spring-data-cosmosdb-2.1.8-javadoc.jar | 529 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.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-cosmosdb/
implementation 'com.microsoft.azure:spring-data-cosmosdb:2.1.8'
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-cosmosdb/
implementation ("com.microsoft.azure:spring-data-cosmosdb:2.1.8")
'com.microsoft.azure:spring-data-cosmosdb:jar:2.1.8'
<dependency org="com.microsoft.azure" name="spring-data-cosmosdb" rev="2.1.8">
<artifact name="spring-data-cosmosdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='spring-data-cosmosdb', version='2.1.8')
)
libraryDependencies += "com.microsoft.azure" % "spring-data-cosmosdb" % "2.1.8"
[com.microsoft.azure/spring-data-cosmosdb "2.1.8"]