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

com.github.nwillc:fun-jdbc 0.1

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

Группа

Группа

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

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

fun-jdbc
Версия

Версия

0.1
Тип

Тип

jar

Скачать fun-jdbc 0.1


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