Files download
File Operation
xwork-plugins-2.1.6.pom download
Apache Maven
<dependency>
  <groupId>com.opensymphony</groupId>
  <artifactId>xwork-plugins</artifactId>
  <version>2.1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.opensymphony:xwork-plugins:2.1.6'
Gradle Kotlin
implementation("com.opensymphony:xwork-plugins:2.1.6")
Scala SBT
libraryDependencies += "com.opensymphony" % "xwork-plugins" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.opensymphony', module='xwork-plugins', version='2.1.6')
)
Apache Ivy
<dependency org="com.opensymphony" name="xwork-plugins" rev="2.1.6" />
Leiningen
[com.opensymphony/xwork-plugins "2.1.6"]
Apache Buildr
'com.opensymphony:xwork-plugins:jar:2.1.6'