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