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