is not current version
Last Version 1.0.7

org.apache.struts:struts-annotations 1.0.6

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

GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts-annotations
Version

Version

1.0.6
Type

Type

jar

Download struts-annotations 1.0.6


<!-- https://jarcasting.com/artifacts/org.apache.struts/struts-annotations/ -->
<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts-annotations</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts-annotations/
implementation 'org.apache.struts:struts-annotations:1.0.6'
// https://jarcasting.com/artifacts/org.apache.struts/struts-annotations/
implementation ("org.apache.struts:struts-annotations:1.0.6")
'org.apache.struts:struts-annotations:jar:1.0.6'
<dependency org="org.apache.struts" name="struts-annotations" rev="1.0.6">
  <artifact name="struts-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts-annotations', version='1.0.6')
)
libraryDependencies += "org.apache.struts" % "struts-annotations" % "1.0.6"
[org.apache.struts/struts-annotations "1.0.6"]