Download xwork-core-2.3.24.jar file - Jar x

Jar examples for x:xwork-core

Description

You can download jar file xwork-core 2.3.24 in this page.

License

The OpenSymphony Software License 1.1

Build File

You can use the following script to add xwork-core-2.3.24.jar to your project.

<dependency>
   <groupId>org.apache.struts.xwork</groupId>
   <artifactId>xwork-core</artifactId>
   <version>2.3.24</version>
</dependency>
compile group: 'org.apache.struts.xwork', name: 'xwork-core', version: '2.3.24'
libraryDependencies += "org.apache.struts.xwork" % "xwork-core" % "2.3.24"
<dependency org="org.apache.struts.xwork" name="xwork-core" rev="2.3.24"/>
@Grapes(@Grab(group='org.apache.struts.xwork', module='xwork-core', version='2.3.24'))
'org.apache.struts.xwork:xwork-core:jar:2.3.24'

Download

Click the following link to download the jar file.

xwork-core-2.3.24-javadoc.jar
xwork-core-2.3.24-sources.jar
xwork-core-2.3.24.jar
xwork-core-2.3.24.pom



Related Tutorials