License |
License |
---|---|
GroupId | GroupIdorg.soulwing.jdbc |
ArtifactId | ArtifactIdfluent-jdbc |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfluent-jdbc
A lightweight JDBC facade that provides a fluent API based on the Builder
and Command design patterns.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationCarl Harris, Jr |
Filename | Size |
---|---|
fluent-jdbc-1.2.0.pom | |
fluent-jdbc-1.2.0.jar | 59 KB |
fluent-jdbc-1.2.0-test-sources.jar | 51 KB |
fluent-jdbc-1.2.0-test-javadoc.jar | 199 KB |
fluent-jdbc-1.2.0-sources.jar | 65 KB |
fluent-jdbc-1.2.0-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.soulwing.jdbc/fluent-jdbc/ -->
<dependency>
<groupId>org.soulwing.jdbc</groupId>
<artifactId>fluent-jdbc</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.soulwing.jdbc/fluent-jdbc/
implementation 'org.soulwing.jdbc:fluent-jdbc:1.2.0'
// https://jarcasting.com/artifacts/org.soulwing.jdbc/fluent-jdbc/
implementation ("org.soulwing.jdbc:fluent-jdbc:1.2.0")
'org.soulwing.jdbc:fluent-jdbc:jar:1.2.0'
<dependency org="org.soulwing.jdbc" name="fluent-jdbc" rev="1.2.0">
<artifact name="fluent-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.soulwing.jdbc', module='fluent-jdbc', version='1.2.0')
)
libraryDependencies += "org.soulwing.jdbc" % "fluent-jdbc" % "1.2.0"
[org.soulwing.jdbc/fluent-jdbc "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.7 |
log4j : log4j Optional | jar | 1.2.17 |
org.apache.logging.log4j : log4j-api Optional | jar | 2.3 |
commons-logging : commons-logging Optional | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.jmock : jmock-junit4 | jar | 2.6.0 |
org.jmock : jmock-legacy | jar | 2.6.0 |
org.hsqldb : hsqldb | jar | 2.3.3 |