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