x

xwork

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