is not current version
Last Version 1.1.0

com.microsoft.azure:elastic-db-tools 1.0.0

Microsoft Azure Elastic database tools client library allows Java JDBC developers to create applications that implement and use the pattern known as database sharding in Azure SQL Database.

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

elastic-db-tools
Version

Version

1.0.0
Type

Type

jar

Download elastic-db-tools 1.0.0


<!-- 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"]