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