is not current version
Last Version 3.17.0

org.jooq:jooq-parent 3.8.1

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.8.1
Type

Type

pom

Download jooq-parent 3.8.1

Filename Size
jooq-parent-3.8.1.pom 9 KB
Browse

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