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

com.github.nwillc:fun-jdbc 0.4

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

Группа

Группа

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

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

fun-jdbc
Версия

Версия

0.4
Тип

Тип

jar

Скачать fun-jdbc 0.4


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