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