License |
License |
---|---|
GroupId | GroupIdorg.codejargon |
ArtifactId | ArtifactIdfluentjdbc |
Version | Version1.8.6 |
Type | Typejar |
Description |
DescriptionFluentJdbc Core
FluentJdbc is a java library for executing native SQL queries as simply as possible: each SQL operation
(read or write) is a single, readable statement - without any of the JDBC clutter.
|
Filename | Size |
---|---|
fluentjdbc-1.8.6.pom | |
fluentjdbc-1.8.6.jar | 86 KB |
fluentjdbc-1.8.6-tests.jar | 185 KB |
fluentjdbc-1.8.6-sources.jar | 49 KB |
fluentjdbc-1.8.6-javadoc.jar | 592 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codejargon/fluentjdbc/ -->
<dependency>
<groupId>org.codejargon</groupId>
<artifactId>fluentjdbc</artifactId>
<version>1.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.codejargon/fluentjdbc/
implementation 'org.codejargon:fluentjdbc:1.8.6'
// https://jarcasting.com/artifacts/org.codejargon/fluentjdbc/
implementation ("org.codejargon:fluentjdbc:1.8.6")
'org.codejargon:fluentjdbc:jar:1.8.6'
<dependency org="org.codejargon" name="fluentjdbc" rev="1.8.6">
<artifact name="fluentjdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codejargon', module='fluentjdbc', version='1.8.6')
)
libraryDependencies += "org.codejargon" % "fluentjdbc" % "1.8.6"
[org.codejargon/fluentjdbc "1.8.6"]
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.184 |
org.apache.derby : derby | jar | 10.11.1.1 |
org.hsqldb : hsqldb | jar | 2.3.2 |
com.opentable.components : otj-pg-embedded | jar | 0.13.3 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.9.5 |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
cglib : cglib-nodep | jar | 3.1 |