<dependency> <groupId>org.apache.struts</groupId> <artifactId>struts-extras</artifactId> <version>1.3.5</version> </dependency>
implementation 'org.apache.struts:struts-extras:1.3.5'
implementation("org.apache.struts:struts-extras:1.3.5")
libraryDependencies += "org.apache.struts" % "struts-extras" % "1.3.5"
@Grapes( @Grab(group='org.apache.struts', module='struts-extras', version='1.3.5') )
<dependency org="org.apache.struts" name="struts-extras" rev="1.3.5" />
[org.apache.struts/struts-extras "1.3.5"]
'org.apache.struts:struts-extras:jar:1.3.5'
<parent> <groupId>org.apache.struts</groupId> <artifactId>struts-parent</artifactId> <version>1.3.5</version> </parent>
compile
|-- org.apache.struts:struts-core:1.3.5
provided
|-- javax.servlet:servlet-api:2.3
test
|-- junit:junit:3.8.1