Dependency Information
Apache Maven
<dependency> <groupId>org.apache.apache.resources</groupId> <artifactId>apache-jar-resource-bundle</artifactId> <version>1.5</version> </dependency>
Apache Buildr
'org.apache.apache.resources:apache-jar-resource-bundle:jar:1.5'
Apache Ivy
<dependency org="org.apache.apache.resources" name="apache-jar-resource-bundle" rev="1.5"> <artifact name="apache-jar-resource-bundle" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='org.apache.apache.resources', module='apache-jar-resource-bundle', version='1.5') )
Gradle/Grails
compile 'org.apache.apache.resources:apache-jar-resource-bundle:1.5'
Scala SBT
libraryDependencies += "org.apache.apache.resources" % "apache-jar-resource-bundle" % "1.5"
Leiningen
[org.apache.apache.resources/apache-jar-resource-bundle "1.5"]