<dependency> <groupId>net.sf.oqt</groupId> <artifactId>oqt-maven-plugin</artifactId> <version>0.4-SNAPSHOT</version> <type>maven-plugin</type> </dependency>
'net.sf.oqt:oqt-maven-plugin:maven-plugin:0.4-SNAPSHOT'
<dependency org="net.sf.oqt" name="oqt-maven-plugin" rev="0.4-SNAPSHOT"> <artifact name="oqt-maven-plugin" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='net.sf.oqt', module='oqt-maven-plugin', version='0.4-SNAPSHOT') )
compile 'net.sf.oqt:oqt-maven-plugin:0.4-SNAPSHOT'
[net.sf.oqt/oqt-maven-plugin "0.4-SNAPSHOT"]
libraryDependencies += "net.sf.oqt" %% "oqt-maven-plugin" % "0.4-SNAPSHOT"