is not current version
Last Version 1.4.0

com.github.quintans:simplejdbc 1.3.0

Utility class for an eazy JDBC

GroupId

GroupId

com.github.quintans
ArtifactId

ArtifactId

simplejdbc
Version

Version

1.3.0
Type

Type

jar

Download simplejdbc 1.3.0


<!-- 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"]