<dependency> <groupId>org.jdbi</groupId> <artifactId>jdbi3-moshi</artifactId> <version>3.38.0-rc3</version> </dependency>
implementation 'org.jdbi:jdbi3-moshi:3.38.0-rc3'
implementation("org.jdbi:jdbi3-moshi:3.38.0-rc3")
libraryDependencies += "org.jdbi" % "jdbi3-moshi" % "3.38.0-rc3"
@Grapes( @Grab(group='org.jdbi', module='jdbi3-moshi', version='3.38.0-rc3') )
<dependency org="org.jdbi" name="jdbi3-moshi" rev="3.38.0-rc3" />
[org.jdbi/jdbi3-moshi "3.38.0-rc3"]
'org.jdbi:jdbi3-moshi:jar:3.38.0-rc3'
<parent> <groupId>org.jdbi</groupId> <artifactId>jdbi3-parent</artifactId> <version>3.38.0-rc3</version> </parent>
compile
|-- org.jdbi:jdbi3-core
|-- org.jdbi:jdbi3-json
|-- com.squareup.moshi:moshi
test
|-- org.jdbi:jdbi3-sqlobject
|-- org.jdbi:jdbi3-testing
|-- org.jdbi:jdbi3-postgres
|-- de.softwareforge.testing:pg-embedded