Download jdbcrepository-0.4.1.jar file - Jar j

Jar examples for j:jdbcrepository

Description

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

You can download jar file jdbcrepository 0.4.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jdbcrepository-0.4.1.jar to your project.

<dependency>
   <groupId>com.nurkiewicz.jdbcrepository</groupId>
   <artifactId>jdbcrepository</artifactId>
   <version>0.4.1</version>
</dependency>
compile group: 'com.nurkiewicz.jdbcrepository', name: 'jdbcrepository', version: '0.4.1'
libraryDependencies += "com.nurkiewicz.jdbcrepository" % "jdbcrepository" % "0.4.1"
<dependency org="com.nurkiewicz.jdbcrepository" name="jdbcrepository" rev="0.4.1"/>
@Grapes(@Grab(group='com.nurkiewicz.jdbcrepository', module='jdbcrepository', version='0.4.1'))
'com.nurkiewicz.jdbcrepository:jdbcrepository:jar:0.4.1'

Download

Click the following link to download the jar file.

jdbcrepository-0.4.1-javadoc.jar
jdbcrepository-0.4.1-sources.jar
jdbcrepository-0.4.1.jar
jdbcrepository-0.4.1.pom



Related Tutorials