GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-documentdb-rx |
Version | Version0.9.0-rc1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-documentdb-rx/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-documentdb-rx</artifactId>
<version>0.9.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-documentdb-rx/
implementation 'com.microsoft.azure:azure-documentdb-rx:0.9.0-rc1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-documentdb-rx/
implementation ("com.microsoft.azure:azure-documentdb-rx:0.9.0-rc1")
'com.microsoft.azure:azure-documentdb-rx:jar:0.9.0-rc1'
<dependency org="com.microsoft.azure" name="azure-documentdb-rx" rev="0.9.0-rc1">
<artifact name="azure-documentdb-rx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-documentdb-rx', version='0.9.0-rc1')
)
libraryDependencies += "com.microsoft.azure" % "azure-documentdb-rx" % "0.9.0-rc1"
[com.microsoft.azure/azure-documentdb-rx "0.9.0-rc1"]