o

oqt-maven-plugin-sample

This is a sample pom to build and debug the mojo's
Files download
File Operation
oqt-maven-plugin-sample-0.3.jar download
oqt-maven-plugin-sample-0.3.pom download
Apache Maven
<dependency>
  <groupId>net.sf.oqt.test</groupId>
  <artifactId>oqt-maven-plugin-sample</artifactId>
  <version>0.3</version>
</dependency>
Gradle Groovy
implementation 'net.sf.oqt.test:oqt-maven-plugin-sample:0.3'
Gradle Kotlin
implementation("net.sf.oqt.test:oqt-maven-plugin-sample:0.3")
Scala SBT
libraryDependencies += "net.sf.oqt.test" % "oqt-maven-plugin-sample" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.oqt.test', module='oqt-maven-plugin-sample', version='0.3')
)
Apache Ivy
<dependency org="net.sf.oqt.test" name="oqt-maven-plugin-sample" rev="0.3" />
Leiningen
[net.sf.oqt.test/oqt-maven-plugin-sample "0.3"]
Apache Buildr
'net.sf.oqt.test:oqt-maven-plugin-sample:jar:0.3'