smartJdbcDataRepository

A light weight sql query builder that lets you build queries in a builder pattern style.

License

License

GroupId

GroupId

com.github.rblessings
ArtifactId

ArtifactId

smart-query-builder-repository
Last Version

Last Version

1.0.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

smartJdbcDataRepository
A light weight sql query builder that lets you build queries in a builder pattern style.

Download smart-query-builder-repository

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rblessings/smart-query-builder-repository/ -->
<dependency>
    <groupId>com.github.rblessings</groupId>
    <artifactId>smart-query-builder-repository</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rblessings/smart-query-builder-repository/
implementation 'com.github.rblessings:smart-query-builder-repository:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.rblessings/smart-query-builder-repository/
implementation ("com.github.rblessings:smart-query-builder-repository:1.0.0-RELEASE")
'com.github.rblessings:smart-query-builder-repository:jar:1.0.0-RELEASE'
<dependency org="com.github.rblessings" name="smart-query-builder-repository" rev="1.0.0-RELEASE">
  <artifact name="smart-query-builder-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rblessings', module='smart-query-builder-repository', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.rblessings" % "smart-query-builder-repository" % "1.0.0-RELEASE"
[com.github.rblessings/smart-query-builder-repository "1.0.0-RELEASE"]

Dependencies

compile (4)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
com.h2database : h2 jar 1.4.194
org.springframework : spring-jdbc jar 4.3.8.RELEASE
junit : junit jar 4.4

test (1)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-RELEASE