Download struts-annotations-1.0.2.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.2 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials