is not current version
Last Version 3.30.0

org.jdbi:jdbi3-vavr 3.0.0-rc1

Vavr is a functional programming library for the JVM. It is greatly inspired by scala and brings persistent, immutable datastructures to the Java World

Categories

Categories

JDBI Data Databases Vavr General Purpose Libraries Functional Programming
GroupId

GroupId

org.jdbi
ArtifactId

ArtifactId

jdbi3-vavr
Version

Version

3.0.0-rc1
Type

Type

jar

Download jdbi3-vavr 3.0.0-rc1


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