<dependency> <groupId>org.jdbi</groupId> <artifactId>jdbi3-vavr</artifactId> <version>3.41.2</version> </dependency>
implementation 'org.jdbi:jdbi3-vavr:3.41.2'
implementation("org.jdbi:jdbi3-vavr:3.41.2")
libraryDependencies += "org.jdbi" % "jdbi3-vavr" % "3.41.2"
@Grapes( @Grab(group='org.jdbi', module='jdbi3-vavr', version='3.41.2') )
<dependency org="org.jdbi" name="jdbi3-vavr" rev="3.41.2" />
[org.jdbi/jdbi3-vavr "3.41.2"]
'org.jdbi:jdbi3-vavr:jar:3.41.2'
<parent> <groupId>org.jdbi.internal</groupId> <artifactId>jdbi3-parent</artifactId> <version>3.41.2</version> </parent>
compile
|-- io.vavr:vavr
|-- org.jdbi:jdbi3-core
test
|-- com.h2database:h2
|-- org.jdbi:jdbi3-testing