Dependency Information
Apache Maven
<dependency> <groupId>org.nuiton.eugene</groupId> <artifactId>eugene-maven-plugin</artifactId> <version>3.1-SNAPSHOT</version> <type>maven-plugin</type> </dependency>
Apache Buildr
'org.nuiton.eugene:eugene-maven-plugin:maven-plugin:3.1-SNAPSHOT'
Apache Ivy
<dependency org="org.nuiton.eugene" name="eugene-maven-plugin" rev="3.1-SNAPSHOT"> <artifact name="eugene-maven-plugin" type="maven-plugin" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='org.nuiton.eugene', module='eugene-maven-plugin', version='3.1-SNAPSHOT') )
Gradle/Grails
compile 'org.nuiton.eugene:eugene-maven-plugin:3.1-SNAPSHOT'
Scala SBT
libraryDependencies += "org.nuiton.eugene" % "eugene-maven-plugin" % "3.1-SNAPSHOT"
Leiningen
[org.nuiton.eugene/eugene-maven-plugin "3.1-SNAPSHOT"]