is not current version
Last Version 0.3

com.github.buckelieg:jdbc-fn 0.1

Functional style programming with plain JDBC

GroupId

GroupId

com.github.buckelieg
ArtifactId

ArtifactId

jdbc-fn
Version

Version

0.1
Type

Type

jar

Download jdbc-fn 0.1


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