is not current version
Last Version 8.1

io.github.shaohuizhe:jdbc 2.9.9

jdbc

GroupId

GroupId

io.github.shaohuizhe
ArtifactId

ArtifactId

jdbc
Version

Version

2.9.9
Type

Type

jar

Download jdbc 2.9.9


<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/jdbc/ -->
<dependency>
    <groupId>io.github.shaohuizhe</groupId>
    <artifactId>jdbc</artifactId>
    <version>2.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/jdbc/
implementation 'io.github.shaohuizhe:jdbc:2.9.9'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/jdbc/
implementation ("io.github.shaohuizhe:jdbc:2.9.9")
'io.github.shaohuizhe:jdbc:jar:2.9.9'
<dependency org="io.github.shaohuizhe" name="jdbc" rev="2.9.9">
  <artifact name="jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='jdbc', version='2.9.9')
)
libraryDependencies += "io.github.shaohuizhe" % "jdbc" % "2.9.9"
[io.github.shaohuizhe/jdbc "2.9.9"]