License |
License
MIT/X11
|
---|---|
GroupId | GroupIdcom.github.nikita-volkov |
ArtifactId | ArtifactIddjdbc |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondjdbc
Declarative abstraction over JDBC
|
Project URL |
Project URL |
Filename | Size |
---|---|
djdbc-1.3.pom | |
djdbc-1.3.jar | 19 KB |
djdbc-1.3-sources.jar | 7 KB |
djdbc-1.3-javadoc.jar | 79 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-pool2 | jar | [2.4.2,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) |