<dependency> <groupId>io.github.weblegacy</groupId> <artifactId>struts-tiles</artifactId> <version>1.3.11</version> </dependency>
implementation 'io.github.weblegacy:struts-tiles:1.3.11'
implementation("io.github.weblegacy:struts-tiles:1.3.11")
libraryDependencies += "io.github.weblegacy" % "struts-tiles" % "1.3.11"
@Grapes( @Grab(group='io.github.weblegacy', module='struts-tiles', version='1.3.11') )
<dependency org="io.github.weblegacy" name="struts-tiles" rev="1.3.11" />
[io.github.weblegacy/struts-tiles "1.3.11"]
'io.github.weblegacy:struts-tiles:jar:1.3.11'
<parent> <groupId>io.github.weblegacy</groupId> <artifactId>struts-parent</artifactId> <version>1.3.11</version> </parent>
compile
|-- io.github.weblegacy:struts-core
|-- javax.servlet:servlet-api