is not current version
Last Version 0.4

com.github.tonivade:puredbc 0.1.0

Pure Functional Database Connection Layer

GroupId

GroupId

com.github.tonivade
ArtifactId

ArtifactId

puredbc
Version

Version

0.1.0
Type

Type

jar

Download puredbc 0.1.0


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