GroupId | GroupIdio.github.shaohuizhe |
---|---|
ArtifactId | ArtifactIdjdbc |
Version | Version1.8.8 |
Type | Typejar |
Filename | Size |
---|---|
jdbc-1.8.8.pom | |
jdbc-1.8.8.jar | 150 KB |
jdbc-1.8.8-sources.jar | 63 KB |
jdbc-1.8.8-javadoc.jar | 379 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/jdbc/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>jdbc</artifactId>
<version>1.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/jdbc/
implementation 'io.github.shaohuizhe:jdbc:1.8.8'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/jdbc/
implementation ("io.github.shaohuizhe:jdbc:1.8.8")
'io.github.shaohuizhe:jdbc:jar:1.8.8'
<dependency org="io.github.shaohuizhe" name="jdbc" rev="1.8.8">
<artifact name="jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='jdbc', version='1.8.8')
)
libraryDependencies += "io.github.shaohuizhe" % "jdbc" % "1.8.8"
[io.github.shaohuizhe/jdbc "1.8.8"]