Download struts-annotations-1.0.6.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.6 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials