License |
License |
---|---|
GroupId | GroupIdorg.expressme |
ArtifactId | ArtifactIdSimpleJdbc |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple JDBC
Simple JDBC Framework provides simple but fast JDBC integration with Spring.
|
Project URL |
Project URL |
Filename | Size |
---|---|
SimpleJdbc-1.1.pom | |
SimpleJdbc-1.1.jar | 17 KB |
SimpleJdbc-1.1-sources.jar | 6 KB |
SimpleJdbc-1.1-javadoc.jar | 28 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.15 |
junit : junit | jar | 4.8.2 |