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