License |
License |
---|---|
GroupId | GroupIdio.github.jhannes |
ArtifactId | ArtifactIdfluent-jdbc |
Version | Version0.2.3 |
Type | Typejar |
Description |
DescriptionFluent JDBC library
A Java library used to execute JDBC statements and build SQL
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fluent-jdbc-0.2.3.pom | |
fluent-jdbc-0.2.3-sources.jar | 74 KB |
fluent-jdbc-0.2.3-javadoc.jar | 824 KB |
fluent-jdbc-0.2.3.jar | 105 KB |
fluent-jdbc-0.2.3-tests.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jhannes/fluent-jdbc/ -->
<dependency>
<groupId>io.github.jhannes</groupId>
<artifactId>fluent-jdbc</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jhannes/fluent-jdbc/
implementation 'io.github.jhannes:fluent-jdbc:0.2.3'
// https://jarcasting.com/artifacts/io.github.jhannes/fluent-jdbc/
implementation ("io.github.jhannes:fluent-jdbc:0.2.3")
'io.github.jhannes:fluent-jdbc:jar:0.2.3'
<dependency org="io.github.jhannes" name="fluent-jdbc" rev="0.2.3">
<artifact name="fluent-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jhannes', module='fluent-jdbc', version='0.2.3')
)
libraryDependencies += "io.github.jhannes" % "fluent-jdbc" % "0.2.3"
[io.github.jhannes/fluent-jdbc "0.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
org.slf4j : slf4j-api | jar | 1.7.32 |
junit : junit Optional | jar | 4.13.1 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.16.1 |
com.h2database : h2 | jar | 1.4.200 |
org.hsqldb : hsqldb | jar | 2.5.1 |
org.xerial : sqlite-jdbc | jar | 3.32.3 |
org.postgresql : postgresql | jar | 42.2.14 |
net.sourceforge.jtds : jtds | jar | 1.3.1 |
com.microsoft.sqlserver : mssql-jdbc | jar | 8.2.2.jre8 |
com.oracle.database.jdbc : ojdbc8 | jar | 19.7.0.0 |
org.logevents : logevents | jar | 0.1.31 |
org.projectlombok : lombok | jar | 1.18.12 |
org.mockito : mockito-core | jar | 3.4.0 |
io.dropwizard.metrics : metrics-core | jar | 4.1.12.1 |