djdbc

Declarative abstraction over JDBC

License

License

MIT/X11
GroupId

GroupId

com.github.nikita-volkov
ArtifactId

ArtifactId

djdbc
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

djdbc
Declarative abstraction over JDBC
Project URL

Project URL

http://github.com/nikita-volkov/djdbc

Download djdbc

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov/djdbc/ -->
<dependency>
    <groupId>com.github.nikita-volkov</groupId>
    <artifactId>djdbc</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov/djdbc/
implementation 'com.github.nikita-volkov:djdbc:1.3'
// https://jarcasting.com/artifacts/com.github.nikita-volkov/djdbc/
implementation ("com.github.nikita-volkov:djdbc:1.3")
'com.github.nikita-volkov:djdbc:jar:1.3'
<dependency org="com.github.nikita-volkov" name="djdbc" rev="1.3">
  <artifact name="djdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov', module='djdbc', version='1.3')
)
libraryDependencies += "com.github.nikita-volkov" % "djdbc" % "1.3"
[com.github.nikita-volkov/djdbc "1.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-pool2 jar [2.4.2,3)

test (3)

Group / Artifact Type Version
com.h2database : h2 jar 1.3.176
org.functionaljava : functionaljava jar [4.5,5)
junit : junit jar [4.12,5)

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2.1
1.2
1.1
1