GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdelastic-db-tools |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
elastic-db-tools-1.0.0.pom | |
elastic-db-tools-1.0.0.jar | 522 KB |
elastic-db-tools-1.0.0-sources.jar | 386 KB |
elastic-db-tools-1.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/elastic-db-tools/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>elastic-db-tools</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/elastic-db-tools/
implementation 'com.microsoft.azure:elastic-db-tools:1.0.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/elastic-db-tools/
implementation ("com.microsoft.azure:elastic-db-tools:1.0.0")
'com.microsoft.azure:elastic-db-tools:jar:1.0.0'
<dependency org="com.microsoft.azure" name="elastic-db-tools" rev="1.0.0">
<artifact name="elastic-db-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='elastic-db-tools', version='1.0.0')
)
libraryDependencies += "com.microsoft.azure" % "elastic-db-tools" % "1.0.0"
[com.microsoft.azure/elastic-db-tools "1.0.0"]