OO-JDBC wrapper

Object-Oriented Interface to JDBC.

Лицензия

Лицензия

BSD
Группа

Группа

com.github.piotrkot
Идентификатор

Идентификатор

oojdbc
Последняя версия

Последняя версия

1.3.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

OO-JDBC wrapper
Object-Oriented Interface to JDBC.
Ссылка на сайт

Ссылка на сайт

https://github.com/piotrkot/oojdbc
Система контроля версий

Система контроля версий

https://github.com/piotrkot/oojdbc

Скачать oojdbc

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.cactoos : cactoos jar 0.49

provided (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.7.25

test (9)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.3.1
1.3
1.2
1.1
1.0