is not current version
Last Version 3.17.0

org.jooq:jooq-parent 2.6.2

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

2.6.2
Type

Type

pom

Download jooq-parent 2.6.2

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

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