Download struts-annotations-1.0.3.jar file - Jar s

Jar examples for s:struts-annotations

Description

struts-annotations adds apt generation support for struts based annotated projects, such as TLD and documentation generation from annotated component classes as used in struts2

You can download jar file struts-annotations 1.0.3 in this page.

Build File

You can use the following script to add struts-annotations-1.0.3.jar to your project.

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

Download

Click the following link to download the jar file.

struts-annotations-1.0.3-javadoc.jar
struts-annotations-1.0.3-sources.jar
struts-annotations-1.0.3.jar
struts-annotations-1.0.3.pom



Related Tutorials