is not current version
Last Version 0.3

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

This is the parent pom for developing the Maven OpenJPA-Query-Translator plugin

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.sf.oqt
ArtifactId

ArtifactId

oqt-maven-plugin-parent
Version

Version

0.2
Type

Type

pom

Download oqt-maven-plugin-parent 0.2


<!-- https://jarcasting.com/artifacts/net.sf.oqt/oqt-maven-plugin-parent/ -->
<dependency>
    <groupId>net.sf.oqt</groupId>
    <artifactId>oqt-maven-plugin-parent</artifactId>
    <version>0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.oqt/oqt-maven-plugin-parent/
implementation 'net.sf.oqt:oqt-maven-plugin-parent:0.2'
// https://jarcasting.com/artifacts/net.sf.oqt/oqt-maven-plugin-parent/
implementation ("net.sf.oqt:oqt-maven-plugin-parent:0.2")
'net.sf.oqt:oqt-maven-plugin-parent:pom:0.2'
<dependency org="net.sf.oqt" name="oqt-maven-plugin-parent" rev="0.2">
  <artifact name="oqt-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.oqt', module='oqt-maven-plugin-parent', version='0.2')
)
libraryDependencies += "net.sf.oqt" % "oqt-maven-plugin-parent" % "0.2"
[net.sf.oqt/oqt-maven-plugin-parent "0.2"]