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.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| fun-jdbc-0.7.pom | |
| fun-jdbc-0.7.jar | 6 KB |
| fun-jdbc-0.7-sources.jar | 7 KB |
| fun-jdbc-0.7-javadoc.jar | 39 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.nwillc : almost-functional | jar | 1.7.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
Java JDBC utility code employing JDK 8+ features (streams, lambdas, unchecked exceptions, etc) to reduce JDBC boilerplate code.
Fun JDBC's landing page is the best place to go for more information.