Last Version

Azure Elastic Database Tools 1.1.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.

License

License

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

elastic-db-tools
Version

Version

1.1.0
Type

Type

jar
Description

Description

Azure Elastic Database Tools
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.
Project URL

Project URL

https://github.com/Microsoft/elastic-db-tools-for-java
Source Code Management

Source Code Management

https://github.com/Microsoft/elastic-db-tools-for-java

Download elastic-db-tools 1.1.0


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/elastic-db-tools/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>elastic-db-tools</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/elastic-db-tools/
implementation 'com.microsoft.azure:elastic-db-tools:1.1.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/elastic-db-tools/
implementation ("com.microsoft.azure:elastic-db-tools:1.1.0")
'com.microsoft.azure:elastic-db-tools:jar:1.1.0'
<dependency org="com.microsoft.azure" name="elastic-db-tools" rev="1.1.0">
  <artifact name="elastic-db-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='elastic-db-tools', version='1.1.0')
)
libraryDependencies += "com.microsoft.azure" % "elastic-db-tools" % "1.1.0"
[com.microsoft.azure/elastic-db-tools "1.1.0"]

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.5
commons-collections : commons-collections jar 3.2.2
com.google.guava : guava jar 19.0
com.microsoft.sqlserver : mssql-jdbc jar 6.1.0.jre8
javax.xml.parsers : jaxp-api jar 1.4.5
org.slf4j : slf4j-api jar 1.7.25
org.apache.logging.log4j : log4j-slf4j-impl jar 2.8.2
org.apache.logging.log4j : log4j-core jar 2.8.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.