MVN

org.testcontainers : jooq-testcontainers-codegen-maven-plugin

Maven & Gradle

May 16, 2023
43 stars

jooq-testcontainers-codegen-maven-plugin · jOOQ code generator using Testcontainers

<plugin>
    <groupId>org.testcontainers</groupId>
    <artifactId>jooq-testcontainers-codegen-maven-plugin</artifactId>
    <version>0.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.testcontainers : jooq-testcontainers-codegen-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of org.testcontainers : jooq-testcontainers-codegen-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
jooq-testcontainers-codegen-maven-plugin-0.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.testcontainers</groupId>
    <artifactId>jooq-testcontainers-codegen-maven-plugin</artifactId>
    <version>0.0.1</version>
</plugin>

Advertisement