MVN

com.github.rblessings : smart-data-repository

Maven & Gradle

Jun 22, 2017

smartJdbcDataRepository · Light-weight Query builder that auto builds queries for you to speed up development process.

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

Latest Version

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

  • Latest Stable: 1.0.0-RELEASE

All Versions

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

Version Vulnerabilities Updated
4.0.x
smart-data-repository-4.0.14-RELEASE
smart-data-repository-4.0.13-RELEASE
smart-data-repository-4.0.12-RELEASE
smart-data-repository-4.0.11-RELEASE
smart-data-repository-4.0.10-RELEASE
smart-data-repository-4.0.9-RELEASE
smart-data-repository-4.0.7-RELEASE
smart-data-repository-4.0.6-RELEASE
smart-data-repository-4.0.5-RELEASE
smart-data-repository-4.0.4-RELEASE
smart-data-repository-4.0.3-RELEASE
smart-data-repository-4.0.2-RELEASE
smart-data-repository-4.0.1-RELEASE
smart-data-repository-4.0.0-RELEASE
1.0.x
smart-data-repository-1.0.0-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.rblessings</groupId>
    <artifactId>smart-data-repository</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.rblessings:smart-data-repository:1.0.0-RELEASE'

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

implementation("com.github.rblessings:smart-data-repository:1.0.0-RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.rblessings" % "smart-data-repository" % "1.0.0-RELEASE"