is not current version
Last Version 2.0.3

opensymphony:xwork 1.0


GroupId

GroupId

opensymphony
ArtifactId

ArtifactId

xwork
Version

Version

1.0
Type

Type

jar

Download xwork 1.0

Filename Size
xwork-1.0.pom
xwork-1.0.jar 144 KB
Browse

<!-- https://jarcasting.com/artifacts/opensymphony/xwork/ -->
<dependency>
    <groupId>opensymphony</groupId>
    <artifactId>xwork</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/opensymphony/xwork/
implementation 'opensymphony:xwork:1.0'
// https://jarcasting.com/artifacts/opensymphony/xwork/
implementation ("opensymphony:xwork:1.0")
'opensymphony:xwork:jar:1.0'
<dependency org="opensymphony" name="xwork" rev="1.0">
  <artifact name="xwork" type="jar" />
</dependency>
@Grapes(
@Grab(group='opensymphony', module='xwork', version='1.0')
)
libraryDependencies += "opensymphony" % "xwork" % "1.0"
[opensymphony/xwork "1.0"]