License |
License |
---|---|
GroupId | GroupIdio.github.icodegarden |
ArtifactId | ArtifactIdcommons-shardingsphere |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-shardingsphere
common util codes
|
<!-- https://jarcasting.com/artifacts/io.github.icodegarden/commons-shardingsphere/ -->
<dependency>
<groupId>io.github.icodegarden</groupId>
<artifactId>commons-shardingsphere</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.icodegarden/commons-shardingsphere/
implementation 'io.github.icodegarden:commons-shardingsphere:0.2.1'
// https://jarcasting.com/artifacts/io.github.icodegarden/commons-shardingsphere/
implementation ("io.github.icodegarden:commons-shardingsphere:0.2.1")
'io.github.icodegarden:commons-shardingsphere:jar:0.2.1'
<dependency org="io.github.icodegarden" name="commons-shardingsphere" rev="0.2.1">
<artifact name="commons-shardingsphere" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.icodegarden', module='commons-shardingsphere', version='0.2.1')
)
libraryDependencies += "io.github.icodegarden" % "commons-shardingsphere" % "0.2.1"
[io.github.icodegarden/commons-shardingsphere "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
io.github.icodegarden : commons-lang | jar | 0.2.1 |
org.apache.shardingsphere : shardingsphere-jdbc-core Optional | jar | 5.1.0 |
org.apache.shardingsphere : shardingsphere-jdbc-core-spring-boot-starter Optional | jar | 5.1.0 |
com.zaxxer : HikariCP Optional | jar | 4.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.5 |
mysql : mysql-connector-java | jar | 8.0.26 |