MVN

net.sf.oqt : oqt-maven-plugin-parent

Maven & Gradle

Jun 16, 2013

Maven OpenJPA Query Translator Plugin (parent) · This is the parent pom for developing the Maven OpenJPA-Query-Translator plugin

<dependency>
    <groupId>net.sf.oqt</groupId>
    <artifactId>oqt-maven-plugin-parent</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.oqt : oqt-maven-plugin-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of net.sf.oqt : oqt-maven-plugin-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3
oqt-maven-plugin-parent-0.3
0.2
oqt-maven-plugin-parent-0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.oqt</groupId>
    <artifactId>oqt-maven-plugin-parent</artifactId>
    <version>0.3</version>
</dependency>

Advertisement