x

xwork

Files download
File Operation
xwork-1.1.jar download
xwork-1.1.pom download
xwork-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>opensymphony</groupId>
  <artifactId>xwork</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'opensymphony:xwork:1.1'
Gradle Kotlin
implementation("opensymphony:xwork:1.1")
Scala SBT
libraryDependencies += "opensymphony" % "xwork" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='opensymphony', module='xwork', version='1.1')
)
Apache Ivy
<dependency org="opensymphony" name="xwork" rev="1.1" />
Leiningen
[opensymphony/xwork "1.1"]
Apache Buildr
'opensymphony:xwork:jar:1.1'
Dependencies
The project has no third-party dependencies