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