j

jdbi3-vavr

Support for vavr datatypes. Vavr is a functional programming library for the JVM. It is greatly inspired by scala and brings persistent, immutable datastructures to the Java World
Files download
File Operation
jdbi3-vavr-3.47.0.jar download
jdbi3-vavr-3.47.0.pom download
jdbi3-vavr-3.47.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-vavr</artifactId>
  <version>3.47.0</version>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-vavr:3.47.0'
Gradle Kotlin
implementation("org.jdbi:jdbi3-vavr:3.47.0")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-vavr" % "3.47.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-vavr', version='3.47.0')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-vavr" rev="3.47.0" />
Leiningen
[org.jdbi/jdbi3-vavr "3.47.0"]
Apache Buildr
'org.jdbi:jdbi3-vavr:jar:3.47.0'