GroupId | GroupIdio.github.shmilyhe |
---|---|
ArtifactId | ArtifactIdsimpleJdbc |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
simpleJdbc-1.0.0.pom | |
simpleJdbc-1.0.0.jar | 91 KB |
simpleJdbc-1.0.0-sources.jar | 48 KB |
simpleJdbc-1.0.0-javadoc.jar | 321 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shmilyhe/simpleJdbc/ -->
<dependency>
<groupId>io.github.shmilyhe</groupId>
<artifactId>simpleJdbc</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shmilyhe/simpleJdbc/
implementation 'io.github.shmilyhe:simpleJdbc:1.0.0'
// https://jarcasting.com/artifacts/io.github.shmilyhe/simpleJdbc/
implementation ("io.github.shmilyhe:simpleJdbc:1.0.0")
'io.github.shmilyhe:simpleJdbc:jar:1.0.0'
<dependency org="io.github.shmilyhe" name="simpleJdbc" rev="1.0.0">
<artifact name="simpleJdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shmilyhe', module='simpleJdbc', version='1.0.0')
)
libraryDependencies += "io.github.shmilyhe" % "simpleJdbc" % "1.0.0"
[io.github.shmilyhe/simpleJdbc "1.0.0"]