MVN

com.github.rblessings : simple-jdbc-data-repository

Maven & Gradle

May 30, 2017

simpleJdbcRepositoryDataRepository · A simple JPA like framework that simplifies database interactions when dealing with jdbc operations

<dependency>
    <groupId>com.github.rblessings</groupId>
    <artifactId>simple-jdbc-data-repository</artifactId>
    <version>3.2.4-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.rblessings : simple-jdbc-data-repository to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.4-RELEASE

All Versions

Choose a version of com.github.rblessings : simple-jdbc-data-repository to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
simple-jdbc-data-repository-3.2.4-RELEASE
simple-jdbc-data-repository-3.2.1-RELEASE
simple-jdbc-data-repository-3.2.0-RELEASE
3.1.x
simple-jdbc-data-repository-3.1.8-RELEASE
simple-jdbc-data-repository-3.1.5-RELEASE
simple-jdbc-data-repository-3.1.2-RELEASE
simple-jdbc-data-repository-3.1.1-RELEASE
simple-jdbc-data-repository-3.1.0-RELEASE
3.0.x
simple-jdbc-data-repository-3.0.4-RELEASE
simple-jdbc-data-repository-3.0.3-RELEASE
simple-jdbc-data-repository-3.0.2-RELEASE
simple-jdbc-data-repository-3.0.1-RELEASE
simple-jdbc-data-repository-3.0.0-RELEASE
2.5.x
simple-jdbc-data-repository-2.5.7-RELEASE
simple-jdbc-data-repository-2.5.6-RELEASE
simple-jdbc-data-repository-2.5.5-RELEASE
simple-jdbc-data-repository-2.5.3-RELEASE
simple-jdbc-data-repository-2.5.2-RELEASE
simple-jdbc-data-repository-2.5.0-RELEASE
2.4.x
simple-jdbc-data-repository-2.4.3-RELEASE
simple-jdbc-data-repository-2.4.2-RELEASE
simple-jdbc-data-repository-2.4.1-RELEASE
simple-jdbc-data-repository-2.4.0-RELEASE
2.3.x
simple-jdbc-data-repository-2.3.0-RELEASE
2.2.x
simple-jdbc-data-repository-2.2.1-RELEASE
simple-jdbc-data-repository-2.2.0-RELEASE
2.1.x
simple-jdbc-data-repository-2.1.0-RELEASE
2.0.x
simple-jdbc-data-repository-2.0.5-RELEASE
simple-jdbc-data-repository-2.0.0-RELEASE
1.2.x
simple-jdbc-data-repository-1.2.0-RELEASE

How to add a dependency to Maven

Add the following com.github.rblessings : simple-jdbc-data-repository maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.rblessings</groupId>
    <artifactId>simple-jdbc-data-repository</artifactId>
    <version>3.2.4-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.rblessings : simple-jdbc-data-repository gradle dependency to your build.gradle file:

implementation 'com.github.rblessings:simple-jdbc-data-repository:3.2.4-RELEASE'

Gradle Kotlin DSL: Add the following com.github.rblessings : simple-jdbc-data-repository gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.rblessings:simple-jdbc-data-repository:3.2.4-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.rblessings : simple-jdbc-data-repository sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.rblessings" % "simple-jdbc-data-repository" % "3.2.4-RELEASE"