License |
License |
---|---|
GroupId | GroupIdcom.nurkiewicz.jdbcrepository |
ArtifactId | ArtifactIdjdbcrepository |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Data JDBC repository
A repository implementation compatible with Spring Data abstraction that uses raw repositories
|
Project URL |
Project URL |
Filename | Size |
---|---|
jdbcrepository-0.4.1.pom | |
jdbcrepository-0.4.1.jar | 21 KB |
jdbcrepository-0.4.1-sources.jar | 10 KB |
jdbcrepository-0.4.1-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nurkiewicz.jdbcrepository/jdbcrepository/ -->
<dependency>
<groupId>com.nurkiewicz.jdbcrepository</groupId>
<artifactId>jdbcrepository</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nurkiewicz.jdbcrepository/jdbcrepository/
implementation 'com.nurkiewicz.jdbcrepository:jdbcrepository:0.4.1'
// https://jarcasting.com/artifacts/com.nurkiewicz.jdbcrepository/jdbcrepository/
implementation ("com.nurkiewicz.jdbcrepository:jdbcrepository:0.4.1")
'com.nurkiewicz.jdbcrepository:jdbcrepository:jar:0.4.1'
<dependency org="com.nurkiewicz.jdbcrepository" name="jdbcrepository" rev="0.4.1">
<artifact name="jdbcrepository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nurkiewicz.jdbcrepository', module='jdbcrepository', version='0.4.1')
)
libraryDependencies += "com.nurkiewicz.jdbcrepository" % "jdbcrepository" % "0.4.1"
[com.nurkiewicz.jdbcrepository/jdbcrepository "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-commons | jar | 1.9.0.RELEASE |
org.springframework : spring-jdbc | jar | 4.1.1.RELEASE |
org.springframework : spring-tx | jar | 4.1.1.RELEASE |
org.springframework : spring-beans | jar | 4.1.1.RELEASE |
org.springframework : spring-core | jar | 4.1.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.springframework : spring-test | jar | 4.1.1.RELEASE |
org.springframework : spring-aop | jar | 4.1.1.RELEASE |
org.springframework : spring-context | jar | 4.1.1.RELEASE |
cglib : cglib-nodep | jar | 3.1 |
org.easytesting : fest-assert-core | jar | 2.0M10 |
com.google.guava : guava | jar | 18.0 |
org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
com.h2database : h2 | jar | 1.4.181 |
mysql : mysql-connector-java | jar | 5.1.33 |
postgresql : postgresql | jar | 9.1-901-1.jdbc4 |
org.hsqldb : hsqldb | jar | 2.3.2 |
org.apache.derby : derby | jar | 10.11.1.1 |
net.sourceforge.jtds : jtds | jar | 1.2.7 |
com.jolbox : bonecp | jar | 0.8.0.RELEASE |