Last Version

Simple JDBC 1.1

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

License

License

GroupId

GroupId

org.expressme
ArtifactId

ArtifactId

SimpleJdbc
Version

Version

1.1
Type

Type

jar
Description

Description

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

Project URL

http://code.google.com/p/simplejdbc/

Download SimpleJdbc 1.1


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

Dependencies

compile (3)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.1.1
javax.persistence : persistence-api jar 1.0
org.springframework : spring-jdbc jar 3.0.5.RELEASE

test (2)

Group / Artifact Type Version
mysql : mysql-connector-java jar 5.1.15
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.