im.nll.data-dq

DQ - DB Query.

License

License

Categories

Categories

Data
GroupId

GroupId

im.nll.data
ArtifactId

ArtifactId

dq
Last Version

Last Version

0.9.7
Release Date

Release Date

Type

Type

jar
Description

Description

im.nll.data-dq
DQ - DB Query.
Project URL

Project URL

https://github.com/fivesmallq/dq
Source Code Management

Source Code Management

https://github.com/fivesmallq/dq

Download dq

How to add to project

<!-- https://jarcasting.com/artifacts/im.nll.data/dq/ -->
<dependency>
    <groupId>im.nll.data</groupId>
    <artifactId>dq</artifactId>
    <version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/im.nll.data/dq/
implementation 'im.nll.data:dq:0.9.7'
// https://jarcasting.com/artifacts/im.nll.data/dq/
implementation ("im.nll.data:dq:0.9.7")
'im.nll.data:dq:jar:0.9.7'
<dependency org="im.nll.data" name="dq" rev="0.9.7">
  <artifact name="dq" type="jar" />
</dependency>
@Grapes(
@Grab(group='im.nll.data', module='dq', version='0.9.7')
)
libraryDependencies += "im.nll.data" % "dq" % "0.9.7"
[im.nll.data/dq "0.9.7"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jdbi : jdbi jar 2.78
org.slf4j : slf4j-api jar 1.7.7

provided (4)

Group / Artifact Type Version
javax.persistence : persistence-api jar 1.0.2
com.google.code.maven-play-plugin.org.playframework : play jar 1.4.3
com.googlecode.log4jdbc : log4jdbc jar 1.2
org.jboss : jboss-vfs jar 3.2.10.Final

test (5)

Group / Artifact Type Version
com.alibaba : fastjson jar 1.2.28
com.google.guava : guava jar 18.0
org.slf4j : slf4j-log4j12 jar 1.7.7
log4j : log4j jar 1.2.17
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

dq

Maven Central Build Status codecov.io License

DB Query.

Implements:

Usage

To add a dependency on dq using Maven, use the following:

<dependency>
    <groupId>im.nll.data</groupId>
    <artifactId>dq</artifactId>
    <version>0.9.7</version>
</dependency>

To add a dependency using Gradle:

dependencies {
  compile 'im.nll.data:dq:0.9.7'
}

Examples

TODO

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/fivesmallq/dq.

Versions

Version
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0