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