| License |
License |
|---|---|
| Categories |
CategoriesJDBI Data Databases |
| GroupId | GroupIdorg.jdbi |
| ArtifactId | ArtifactIdjdbi3-generator |
| Version | Version3.21.0 |
| Type | Typejar |
| Description |
Descriptionjdbi3 Generator
jdbi Generator creates SqlObject implementations and simple value classes
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-generator/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-generator</artifactId>
<version>3.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-generator/
implementation 'org.jdbi:jdbi3-generator:3.21.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-generator/
implementation ("org.jdbi:jdbi3-generator:3.21.0")
'org.jdbi:jdbi3-generator:jar:3.21.0'
<dependency org="org.jdbi" name="jdbi3-generator" rev="3.21.0">
<artifact name="jdbi3-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-generator', version='3.21.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-generator" % "3.21.0"
[org.jdbi/jdbi3-generator "3.21.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jdbi : jdbi3-core | jar | 3.21.0 |
| org.jdbi : jdbi3-sqlobject | jar | 3.21.0 |
| com.squareup : javapoet | jar | 1.13.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jdbi : jdbi3-core | jar | 3.21.0 |
| com.google.guava : guava | jar | 30.1.1-jre |
| com.h2database : h2 | jar | 1.4.200 |
| org.slf4j : slf4j-simple | jar | 1.7.30 |
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.20.2 |