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