MVN

com.github.codemonstur : jooq-preprocessor

Maven & Gradle

Apr 19, 2020
1 stars

A preprocessor for SQL files to allow for parsing with JOOQ parser

<plugin>
    <groupId>com.github.codemonstur</groupId>
    <artifactId>jooq-preprocessor</artifactId>
    <version>1.8.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.codemonstur : jooq-preprocessor to add to Maven - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of com.github.codemonstur : jooq-preprocessor to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8.x
jooq-preprocessor-1.8.0
1.7.x
jooq-preprocessor-1.7.0
1.6.x
jooq-preprocessor-1.6.0
1.5.x
jooq-preprocessor-1.5.0
1.4.x
jooq-preprocessor-1.4.1
jooq-preprocessor-1.4.0
1.3.x
jooq-preprocessor-1.3.1
jooq-preprocessor-1.3.0
1.2.x
jooq-preprocessor-1.2.0
1.1.x
jooq-preprocessor-1.1.0
1.0.x
jooq-preprocessor-1.0.0

How to add a plugin to Maven

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

<plugin>
    <groupId>com.github.codemonstur</groupId>
    <artifactId>jooq-preprocessor</artifactId>
    <version>1.8.0</version>
</plugin>

Advertisement