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