is not current version
Last Version 3.17.0

org.jooq:jooq-parent 3.15.6

jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.

Categories

Categories

jOOQ Data Databases
GroupId

GroupId

org.jooq
ArtifactId

ArtifactId

jooq-parent
Version

Version

3.15.6
Type

Type

pom

Download jooq-parent 3.15.6

Filename Size
jooq-parent-3.15.6.pom 31 KB
Browse

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