License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdspring-data-azure-documentdb |
Version | Version0.1.7 |
Type | Typejar |
Description |
DescriptionAzure Document DB Spring Data
Azure Document DB Spring Data Support
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-azure-documentdb/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-data-azure-documentdb</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-azure-documentdb/
implementation 'com.microsoft.azure:spring-data-azure-documentdb:0.1.7'
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-azure-documentdb/
implementation ("com.microsoft.azure:spring-data-azure-documentdb:0.1.7")
'com.microsoft.azure:spring-data-azure-documentdb:jar:0.1.7'
<dependency org="com.microsoft.azure" name="spring-data-azure-documentdb" rev="0.1.7">
<artifact name="spring-data-azure-documentdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='spring-data-azure-documentdb', version='0.1.7')
)
libraryDependencies += "com.microsoft.azure" % "spring-data-azure-documentdb" % "0.1.7"
[com.microsoft.azure/spring-data-azure-documentdb "0.1.7"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | |
org.springframework : spring-beans | jar | |
org.springframework : spring-context | jar | |
org.springframework : spring-tx | jar | |
org.springframework.data : spring-data-commons | jar | |
org.springframework : spring-expression | jar | |
com.microsoft.azure : azure-spring-common | jar | 0.1.7 |
com.microsoft.azure : azure-documentdb | jar | 1.13.0 |
com.google.code.gson : gson | jar |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.8.9 |
org.springframework.boot : spring-boot-starter-test | jar |