| GroupId | GroupIdcom.github.cloudgyb |
|---|---|
| ArtifactId | ArtifactIdsharding-jdbc-ds |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sharding-jdbc-ds-1.0.0.pom | |
| sharding-jdbc-ds-1.0.0.jar | 32 MB |
| sharding-jdbc-ds-1.0.0-sources.jar | 3 KB |
| sharding-jdbc-ds-1.0.0-javadoc.jar | 432 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudgyb/sharding-jdbc-ds/ -->
<dependency>
<groupId>com.github.cloudgyb</groupId>
<artifactId>sharding-jdbc-ds</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudgyb/sharding-jdbc-ds/
implementation 'com.github.cloudgyb:sharding-jdbc-ds:1.0.0'
// https://jarcasting.com/artifacts/com.github.cloudgyb/sharding-jdbc-ds/
implementation ("com.github.cloudgyb:sharding-jdbc-ds:1.0.0")
'com.github.cloudgyb:sharding-jdbc-ds:jar:1.0.0'
<dependency org="com.github.cloudgyb" name="sharding-jdbc-ds" rev="1.0.0">
<artifact name="sharding-jdbc-ds" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudgyb', module='sharding-jdbc-ds', version='1.0.0')
)
libraryDependencies += "com.github.cloudgyb" % "sharding-jdbc-ds" % "1.0.0"
[com.github.cloudgyb/sharding-jdbc-ds "1.0.0"]