MVN

com.nurkiewicz.jdbcrepository : jdbcrepository

Maven & Gradle

Oct 22, 2014
3 usages
276 stars

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

<dependency>
    <groupId>com.nurkiewicz.jdbcrepository</groupId>
    <artifactId>jdbcrepository</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nurkiewicz.jdbcrepository : jdbcrepository to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of com.nurkiewicz.jdbcrepository : jdbcrepository to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
jdbcrepository-0.4.1
0.4
jdbcrepository-0.4

How to add a dependency to Maven

Add the following com.nurkiewicz.jdbcrepository : jdbcrepository maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nurkiewicz.jdbcrepository</groupId>
    <artifactId>jdbcrepository</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nurkiewicz.jdbcrepository : jdbcrepository gradle dependency to your build.gradle file:

implementation 'com.nurkiewicz.jdbcrepository:jdbcrepository:0.4.1'

Gradle Kotlin DSL: Add the following com.nurkiewicz.jdbcrepository : jdbcrepository gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nurkiewicz.jdbcrepository:jdbcrepository:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nurkiewicz.jdbcrepository : jdbcrepository sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nurkiewicz.jdbcrepository" % "jdbcrepository" % "0.4.1"

Advertisement