is not current version
Last Version 3.30.0

org.jdbi:jdbi3-sqlobject 3.15.0

jdbi SqlObject transforms simple annotated interfaces into full-featured DAO implementations.

Categories

Categories

JDBI Data Databases
GroupId

GroupId

org.jdbi
ArtifactId

ArtifactId

jdbi3-sqlobject
Version

Version

3.15.0
Type

Type

jar

Download jdbi3-sqlobject 3.15.0


<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-sqlobject/ -->
<dependency>
    <groupId>org.jdbi</groupId>
    <artifactId>jdbi3-sqlobject</artifactId>
    <version>3.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-sqlobject/
implementation 'org.jdbi:jdbi3-sqlobject:3.15.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-sqlobject/
implementation ("org.jdbi:jdbi3-sqlobject:3.15.0")
'org.jdbi:jdbi3-sqlobject:jar:3.15.0'
<dependency org="org.jdbi" name="jdbi3-sqlobject" rev="3.15.0">
  <artifact name="jdbi3-sqlobject" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-sqlobject', version='3.15.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-sqlobject" % "3.15.0"
[org.jdbi/jdbi3-sqlobject "3.15.0"]