x

xwork-assembly

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