Spring Data JDBC repository

A repository implementation compatible with Spring Data abstraction that uses raw repositories

License

License

GroupId

GroupId

com.nurkiewicz.jdbcrepository
ArtifactId

ArtifactId

jdbcrepository
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Data JDBC repository
A repository implementation compatible with Spring Data abstraction that uses raw repositories
Project URL

Project URL

https://github.com/nurkiewicz/spring-data-jdbc-repository

Download jdbcrepository

How to add to project

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

Dependencies

compile (5)

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

provided (1)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.1.3

test (16)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.1
0.4