MVN

org.jooq : jooq-test-codegen-jpa-entities

Maven & Gradle

Jan 30, 2020
2 usages
5.5k stars

jOOQ Test Codegen JPA Entities

<dependency>
    <groupId>org.jooq</groupId>
    <artifactId>jooq-test-codegen-jpa-entities</artifactId>
    <version>3.12.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jooq : jooq-test-codegen-jpa-entities to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.12.4

All Versions

Choose a version of org.jooq : jooq-test-codegen-jpa-entities to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.12.x
jooq-test-codegen-jpa-entities-3.12.4

How to add a dependency to Maven

Add the following org.jooq : jooq-test-codegen-jpa-entities maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jooq</groupId>
    <artifactId>jooq-test-codegen-jpa-entities</artifactId>
    <version>3.12.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jooq : jooq-test-codegen-jpa-entities gradle dependency to your build.gradle file:

implementation 'org.jooq:jooq-test-codegen-jpa-entities:3.12.4'

Gradle Kotlin DSL: Add the following org.jooq : jooq-test-codegen-jpa-entities gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jooq:jooq-test-codegen-jpa-entities:3.12.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jooq : jooq-test-codegen-jpa-entities sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jooq" % "jooq-test-codegen-jpa-entities" % "3.12.4"

Advertisement