Download struts-core-1.3.5.jar file - Jar s

Jar examples for s:struts-core

Description

You can download jar file struts-core 1.3.5 in this page.

License

Apache License

Build File

You can use the following script to add struts-core-1.3.5.jar to your project.

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

Download

Click the following link to download the jar file.

struts-core-1.3.5-javadoc.jar
struts-core-1.3.5-sources.jar
struts-core-1.3.5.jar
struts-core-1.3.5.pom



Related Tutorials