OO-JDBC wrapper

Object-Oriented Interface to JDBC.

License

License

BSD
GroupId

GroupId

com.github.piotrkot
ArtifactId

ArtifactId

oojdbc
Last Version

Last Version

1.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

OO-JDBC wrapper
Object-Oriented Interface to JDBC.
Project URL

Project URL

https://github.com/piotrkot/oojdbc
Source Code Management

Source Code Management

https://github.com/piotrkot/oojdbc

Download oojdbc

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.piotrkot/oojdbc/ -->
<dependency>
    <groupId>com.github.piotrkot</groupId>
    <artifactId>oojdbc</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.piotrkot/oojdbc/
implementation 'com.github.piotrkot:oojdbc:1.3.1'
// https://jarcasting.com/artifacts/com.github.piotrkot/oojdbc/
implementation ("com.github.piotrkot:oojdbc:1.3.1")
'com.github.piotrkot:oojdbc:jar:1.3.1'
<dependency org="com.github.piotrkot" name="oojdbc" rev="1.3.1">
  <artifact name="oojdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piotrkot', module='oojdbc', version='1.3.1')
)
libraryDependencies += "com.github.piotrkot" % "oojdbc" % "1.3.1"
[com.github.piotrkot/oojdbc "1.3.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.cactoos : cactoos jar 0.49

provided (4)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.20
mysql : mysql-connector-java jar 8.0.23
org.slf4j : slf4j-api jar 1.7.25
com.google.code.findbugs : annotations jar 3.0.1

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.25

test (9)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.200
org.postgresql : postgresql jar 42.2.5
com.zaxxer : HikariCP jar 2.7.8
org.testcontainers : testcontainers jar 1.15.2
org.testcontainers : postgresql jar 1.15.2
org.testcontainers : mysql jar 1.15.2
junit : junit jar 4.13.1
org.hamcrest : hamcrest-all jar 1.3
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.1
1.3
1.2
1.1
1.0