| GroupId | GroupIdopensymphony | 
|---|---|
| ArtifactId | ArtifactIdxwork-src | 
| Last Version | Last Version2.0-beta-2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| xwork-src-2.0-beta-2.pom | |
| xwork-src-2.0-beta-2.jar | 365 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/opensymphony/xwork-src/ -->
<dependency>
    <groupId>opensymphony</groupId>
    <artifactId>xwork-src</artifactId>
    <version>2.0-beta-2</version>
</dependency>// https://jarcasting.com/artifacts/opensymphony/xwork-src/
implementation 'opensymphony:xwork-src:2.0-beta-2'// https://jarcasting.com/artifacts/opensymphony/xwork-src/
implementation ("opensymphony:xwork-src:2.0-beta-2")'opensymphony:xwork-src:jar:2.0-beta-2'<dependency org="opensymphony" name="xwork-src" rev="2.0-beta-2">
  <artifact name="xwork-src" type="jar" />
</dependency>@Grapes(
@Grab(group='opensymphony', module='xwork-src', version='2.0-beta-2')
)libraryDependencies += "opensymphony" % "xwork-src" % "2.0-beta-2"[opensymphony/xwork-src "2.0-beta-2"]