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