is not current version
Last Version 3.30.0

org.jdbi:jdbi3-sqlobject 3.0.0-alpha1

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.0.0-alpha1
Type

Type

jar

Download jdbi3-sqlobject 3.0.0-alpha1


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