Functional JDBC for Java 8

Java 8 functional JDBC utility code, applying some of Java's newer features to reduce JDBC boilerplate code.

Лицензия

Лицензия

ISC
Группа

Группа

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

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

fun-jdbc
Последняя версия

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

0.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

Functional JDBC for Java 8
Java 8 functional JDBC utility code, applying some of Java's newer features to reduce JDBC boilerplate code.
Ссылка на сайт

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

https://github.com/nwillc/fun-jdbc
Система контроля версий

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

https://github.com/nwillc/fun-jdbc

Скачать fun-jdbc

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.github.nwillc : almost-functional jar 1.7.9

test (4)

Идентификатор библиотеки Тип Версия
com.github.nwillc : contracts jar 1.6.3
junit : junit jar 4.11
com.h2database : h2 jar 1.4.182
org.assertj : assertj-core jar 1.7.0

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

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

fun-jdbc

Java JDBC utility code employing JDK 8+ features (streams, lambdas, unchecked exceptions, etc) to reduce JDBC boilerplate code.

Home

Fun JDBC's landing page is the best place to go for more information.


Coverage license Build Status Download

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

Версия
0.7
0.6
0.4
0.3
0.2
0.1