License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases Vavr General Purpose Libraries Functional Programming |
GroupId | GroupIdorg.jdbi |
ArtifactId | ArtifactIdjdbi3-vavr |
Last Version | Last Version3.30.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdbi3 Vavr Integration
Vavr is a functional programming library for the JVM.
It is greatly inspired by scala and brings persistent,
immutable datastructures to the Java World
|
Filename | Size |
---|---|
jdbi3-vavr-3.30.0.pom | |
jdbi3-vavr-3.30.0.jar | 18 KB |
jdbi3-vavr-3.30.0-tests.jar | 86 KB |
jdbi3-vavr-3.30.0-test-sources.jar | 15 KB |
jdbi3-vavr-3.30.0-sources.jar | 12 KB |
jdbi3-vavr-3.30.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-vavr/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-vavr</artifactId>
<version>3.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-vavr/
implementation 'org.jdbi:jdbi3-vavr:3.30.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-vavr/
implementation ("org.jdbi:jdbi3-vavr:3.30.0")
'org.jdbi:jdbi3-vavr:jar:3.30.0'
<dependency org="org.jdbi" name="jdbi3-vavr" rev="3.30.0">
<artifact name="jdbi3-vavr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-vavr', version='3.30.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-vavr" % "3.30.0"
[org.jdbi/jdbi3-vavr "3.30.0"]
Group / Artifact | Type | Version |
---|---|---|
io.vavr : vavr | jar | 0.9.3 |
org.jdbi : jdbi3-core | jar | 3.30.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.30.0 |
com.h2database : h2 | jar | 2.1.212 |
org.jdbi : jdbi3-testing | jar | 3.30.0 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.junit.jupiter : junit-jupiter-api Optional | jar | |
org.assertj : assertj-core | jar | 3.21.0 |