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