MVN

io.github.openfeign.querydsl : querydsl-maven-plugin

Maven & Gradle

Oct 31, 2023

Querydsl - Maven plugin · Querydsl Maven plugin

<plugin>
    <groupId>io.github.openfeign.querydsl</groupId>
    <artifactId>querydsl-maven-plugin</artifactId>
    <version>5.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.openfeign.querydsl : querydsl-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 5.0.1

All Versions

Choose a version of io.github.openfeign.querydsl : querydsl-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
5.0.x
querydsl-maven-plugin-5.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>io.github.openfeign.querydsl</groupId>
    <artifactId>querydsl-maven-plugin</artifactId>
    <version>5.0.1</version>
</plugin>