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