Download struts2-core-2.1.6.jar file - Jar s

Jar examples for s:struts2-core

Description

You can download jar file struts2-core 2.1.6 in this page.

License

Apache License

Build File

You can use the following script to add struts2-core-2.1.6.jar to your project.

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

Download

Click the following link to download the jar file.

struts2-core-2.1.6-javadoc.jar
struts2-core-2.1.6-sources.jar
struts2-core-2.1.6.jar
struts2-core-2.1.6.pom



Related Tutorials