| Categories | CategoriesJDBI Data Databases | 
|---|---|
| GroupId | GroupIdorg.jdbi | 
| ArtifactId | ArtifactIdjdbi3-sqlobject | 
| Version | Version3.0.0-beta2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-sqlobject/ -->
<dependency>
    <groupId>org.jdbi</groupId>
    <artifactId>jdbi3-sqlobject</artifactId>
    <version>3.0.0-beta2</version>
</dependency>// https://jarcasting.com/artifacts/org.jdbi/jdbi3-sqlobject/
implementation 'org.jdbi:jdbi3-sqlobject:3.0.0-beta2'// https://jarcasting.com/artifacts/org.jdbi/jdbi3-sqlobject/
implementation ("org.jdbi:jdbi3-sqlobject:3.0.0-beta2")'org.jdbi:jdbi3-sqlobject:jar:3.0.0-beta2'<dependency org="org.jdbi" name="jdbi3-sqlobject" rev="3.0.0-beta2">
  <artifact name="jdbi3-sqlobject" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jdbi', module='jdbi3-sqlobject', version='3.0.0-beta2')
)libraryDependencies += "org.jdbi" % "jdbi3-sqlobject" % "3.0.0-beta2"[org.jdbi/jdbi3-sqlobject "3.0.0-beta2"]