License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.codejargon |
ArtifactId | ArtifactIdfluentjdbc-guice-persist |
Last Version | Last Version1.8.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFluentJdbc Guice Persist
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.
|
<!-- https://jarcasting.com/artifacts/org.codejargon/fluentjdbc-guice-persist/ -->
<dependency>
<groupId>org.codejargon</groupId>
<artifactId>fluentjdbc-guice-persist</artifactId>
<version>1.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.codejargon/fluentjdbc-guice-persist/
implementation 'org.codejargon:fluentjdbc-guice-persist:1.8.6'
// https://jarcasting.com/artifacts/org.codejargon/fluentjdbc-guice-persist/
implementation ("org.codejargon:fluentjdbc-guice-persist:1.8.6")
'org.codejargon:fluentjdbc-guice-persist:jar:1.8.6'
<dependency org="org.codejargon" name="fluentjdbc-guice-persist" rev="1.8.6">
<artifact name="fluentjdbc-guice-persist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codejargon', module='fluentjdbc-guice-persist', version='1.8.6')
)
libraryDependencies += "org.codejargon" % "fluentjdbc-guice-persist" % "1.8.6"
[org.codejargon/fluentjdbc-guice-persist "1.8.6"]
Group / Artifact | Type | Version |
---|---|---|
org.codejargon : fluentjdbc | jar | 1.8.6 |
com.google.inject : guice | jar | 4.0 |
com.google.inject.extensions : guice-persist | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.specs : geronimo-jpa_2.0_spec | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.codejargon : fluentjdbc | test-jar | 1.8.6 |
com.h2database : h2 | jar | 1.4.184 |
org.eclipse.persistence : eclipselink | jar | 2.5.2 |
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 |