| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.microsoft.azure |
| ArtifactId | ArtifactIdspring-data-cosmosdb |
| Last Version | Last Version3.0.0.M1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring Data for Azure Cosmos DB SQL API
Spring Data for Azure Cosmos DB SQL API
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-cosmosdb/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-data-cosmosdb</artifactId>
<version>3.0.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-cosmosdb/
implementation 'com.microsoft.azure:spring-data-cosmosdb:3.0.0.M1'
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-cosmosdb/
implementation ("com.microsoft.azure:spring-data-cosmosdb:3.0.0.M1")
'com.microsoft.azure:spring-data-cosmosdb:jar:3.0.0.M1'
<dependency org="com.microsoft.azure" name="spring-data-cosmosdb" rev="3.0.0.M1">
<artifact name="spring-data-cosmosdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='spring-data-cosmosdb', version='3.0.0.M1')
)
libraryDependencies += "com.microsoft.azure" % "spring-data-cosmosdb" % "3.0.0.M1"
[com.microsoft.azure/spring-data-cosmosdb "3.0.0.M1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-core | jar | 5.0.8.RELEASE |
| org.springframework : spring-beans | jar | 5.0.8.RELEASE |
| org.springframework : spring-context | jar | 5.0.8.RELEASE |
| org.springframework : spring-tx | jar | 5.0.8.RELEASE |
| org.springframework.data : spring-data-commons | jar | 2.0.1.RELEASE |
| org.springframework : spring-expression | jar | 5.0.8.RELEASE |
| com.microsoft.azure : azure-cosmosdb | jar | 2.2.0 |
| com.fasterxml.jackson.module : jackson-module-parameter-names | jar | 2.9.5 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.9.5 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.5 |
| com.microsoft.azure : applicationinsights-core | jar | 2.0.1 |
| org.projectlombok : lombok | jar | 1.16.18 |
| org.javatuples : javatuples | jar | 1.2 |
| org.json : json | jar | 20140107 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 2.8.9 |
| org.powermock : powermock-module-junit4 | jar | 1.7.1 |
| org.powermock : powermock-api-mockito2 | jar | 1.7.1 |
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.11.RELEASE |
| org.slf4j : slf4j-simple | jar | 1.7.25 |