| License |
License |
|---|---|
| Categories |
CategoriesjOOQ Data Databases |
| GroupId | GroupIdorg.jooq |
| ArtifactId | ArtifactIdjooq |
| Last Version | Last Version3.17.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionjOOQ
jOOQ effectively combines complex SQL, typesafety, source code generation, active records,
stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
|
| Filename | Size |
|---|---|
| jooq-3.17.0.pom | |
| jooq-3.17.0.jar | 521 KB |
| jooq-3.17.0-sources.jar | 674 KB |
| jooq-3.17.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jooq/jooq/ -->
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooq/jooq/
implementation 'org.jooq:jooq:3.17.0'
// https://jarcasting.com/artifacts/org.jooq/jooq/
implementation ("org.jooq:jooq:3.17.0")
'org.jooq:jooq:jar:3.17.0'
<dependency org="org.jooq" name="jooq" rev="3.17.0">
<artifact name="jooq" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooq', module='jooq', version='3.17.0')
)
libraryDependencies += "org.jooq" % "jooq" % "3.17.0"
[org.jooq/jooq "3.17.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.r2dbc : r2dbc-spi | jar | 0.9.1.RELEASE |
| jakarta.xml.bind : jakarta.xml.bind-api | jar | 3.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations Optional | jar | 23.0.0 |
| org.slf4j : slf4j-api | jar | 1.8.0-beta4 |
| jakarta.persistence : jakarta.persistence-api | jar | 3.0.0 |