| License | 
                License | 
        
|---|---|
| GroupId | GroupIdio.github.jhannes | 
    
| ArtifactId | ArtifactIdfluent-jdbc | 
    
| Last Version | Last Version0.3.0 | 
        
| Release Date | Release Date | 
        
| 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.3.0.pom | |
| fluent-jdbc-0.3.0.jar | 87 KB | 
| fluent-jdbc-0.3.0-tests.jar | 114 KB | 
| fluent-jdbc-0.3.0-sources.jar | 38 KB | 
| fluent-jdbc-0.3.0-javadoc.jar | 715 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.jhannes/fluent-jdbc/ -->
<dependency>
    <groupId>io.github.jhannes</groupId>
    <artifactId>fluent-jdbc</artifactId>
    <version>0.3.0</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.jhannes/fluent-jdbc/
implementation 'io.github.jhannes:fluent-jdbc:0.3.0'
                // https://jarcasting.com/artifacts/io.github.jhannes/fluent-jdbc/
implementation ("io.github.jhannes:fluent-jdbc:0.3.0")
                'io.github.jhannes:fluent-jdbc:jar:0.3.0'
                <dependency org="io.github.jhannes" name="fluent-jdbc" rev="0.3.0">
  <artifact name="fluent-jdbc" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.jhannes', module='fluent-jdbc', version='0.3.0')
)
                libraryDependencies += "io.github.jhannes" % "fluent-jdbc" % "0.3.0"
                [io.github.jhannes/fluent-jdbc "0.3.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 | 
| org.slf4j : slf4j-api | jar | 1.7.36 | 
| junit : junit Optional | jar | 4.13.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.assertj : assertj-core | jar | 3.22.0 | 
| com.h2database : h2 | jar | 2.1.210 | 
| org.hsqldb : hsqldb | jar | 2.6.1 | 
| org.xerial : sqlite-jdbc | jar | 3.36.0.2 | 
| org.postgresql : postgresql | jar | 42.3.3 | 
| net.sourceforge.jtds : jtds | jar | 1.3.1 | 
| com.microsoft.sqlserver : mssql-jdbc | jar | 10.2.0.jre11 | 
| com.oracle.database.jdbc : ojdbc8 | jar | 19.7.0.0 | 
| org.logevents : logevents | jar | 0.3.1 | 
| org.projectlombok : lombok | jar | 1.18.22 | 
| org.mockito : mockito-core | jar | 4.3.1 | 
| io.dropwizard.metrics : metrics-core | jar | 4.2.8 |