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