Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts2-plugins</artifactId>
  <version>2.6-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.apache.struts:struts2-plugins:pom:2.6-SNAPSHOT'

Apache Ivy

<dependency org="org.apache.struts" name="struts2-plugins" rev="2.6-SNAPSHOT">
  <artifact name="struts2-plugins" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.struts', module='struts2-plugins', version='2.6-SNAPSHOT')
)

Gradle/Grails

compile 'org.apache.struts:struts2-plugins:2.6-SNAPSHOT'

Scala SBT

libraryDependencies += "org.apache.struts" % "struts2-plugins" % "2.6-SNAPSHOT"

Leiningen

[org.apache.struts/struts2-plugins "2.6-SNAPSHOT"]