is not current version
Last Version 1.1

org.expressme:SimpleJdbc 1.0

Simple JDBC Framework provides simple but fast JDBC integration with Spring.

GroupId

GroupId

org.expressme
ArtifactId

ArtifactId

SimpleJdbc
Version

Version

1.0
Type

Type

jar

Download SimpleJdbc 1.0


<!-- https://jarcasting.com/artifacts/org.expressme/SimpleJdbc/ -->
<dependency>
    <groupId>org.expressme</groupId>
    <artifactId>SimpleJdbc</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.expressme/SimpleJdbc/
implementation 'org.expressme:SimpleJdbc:1.0'
// https://jarcasting.com/artifacts/org.expressme/SimpleJdbc/
implementation ("org.expressme:SimpleJdbc:1.0")
'org.expressme:SimpleJdbc:jar:1.0'
<dependency org="org.expressme" name="SimpleJdbc" rev="1.0">
  <artifact name="SimpleJdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.expressme', module='SimpleJdbc', version='1.0')
)
libraryDependencies += "org.expressme" % "SimpleJdbc" % "1.0"
[org.expressme/SimpleJdbc "1.0"]