License |
License |
---|---|
GroupId | GroupIdcom.github.rblessings |
ArtifactId | ArtifactIdsmart-query-builder-repository |
Last Version | Last Version1.0.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionsmartJdbcDataRepository
A light weight sql query builder that lets you build queries in a builder pattern style.
|
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.10.19 |