License |
License |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdelastic-db-tools |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionAzure 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
elastic-db-tools-1.1.0.pom | |
elastic-db-tools-1.1.0.jar | 523 KB |
elastic-db-tools-1.1.0-sources.jar | 386 KB |
elastic-db-tools-1.1.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.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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |