GroupId | GroupIdcom.github.quintans |
---|---|
ArtifactId | ArtifactIdsimplejdbc |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
simplejdbc-1.3.0.pom | |
simplejdbc-1.3.0.jar | 23 KB |
simplejdbc-1.3.0-sources.jar | 15 KB |
simplejdbc-1.3.0-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.quintans/simplejdbc/ -->
<dependency>
<groupId>com.github.quintans</groupId>
<artifactId>simplejdbc</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.quintans/simplejdbc/
implementation 'com.github.quintans:simplejdbc:1.3.0'
// https://jarcasting.com/artifacts/com.github.quintans/simplejdbc/
implementation ("com.github.quintans:simplejdbc:1.3.0")
'com.github.quintans:simplejdbc:jar:1.3.0'
<dependency org="com.github.quintans" name="simplejdbc" rev="1.3.0">
<artifact name="simplejdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.quintans', module='simplejdbc', version='1.3.0')
)
libraryDependencies += "com.github.quintans" % "simplejdbc" % "1.3.0"
[com.github.quintans/simplejdbc "1.3.0"]