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