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

Jar examples for x:xwork-core

Description

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

License

The OpenSymphony Software License 1.1

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials