is not current version
Last Version 3.17.0

jOOQ Parent 3.16.2

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

License

License

Categories

Categories

jOOQ Data Databases
GroupId

GroupId

org.jooq
ArtifactId

ArtifactId

jooq-parent
Version

Version

3.16.2
Type

Type

pom
Description

Description

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

Project URL

http://www.jooq.org
Source Code Management

Source Code Management

https://github.com/jOOQ/jOOQ.git

Download jooq-parent 3.16.2

Filename Size
jooq-parent-3.16.2.pom 33 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jOOQ
  • jOOQ-checker
  • jOOQ-postgres-extensions
  • jOOQ-meta
  • jOOQ-meta-extensions
  • jOOQ-meta-extensions-hibernate
  • jOOQ-meta-extensions-liquibase
  • jOOQ-codegen
  • jOOQ-codegen-maven
  • jOOQ-migrations
  • jOOQ-kotlin
  • jOOQ-scala_2.13
  • jOOQ-xtend