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