<dependency>
<groupId>io.github.weblegacy</groupId>
<artifactId>struts-tiles2</artifactId>
<version>1.5.0-RC2</version>
</dependency>
@Grapes(
@Grab(group='io.github.weblegacy', module='struts-tiles2', version='1.5.0-RC2')
)
<parent> <groupId>io.github.weblegacy</groupId> <artifactId>struts-parent</artifactId> <version>1.5.0-RC2</version> </parent>
compile
|-- io.github.weblegacy:struts-core
|-- io.github.weblegacy:struts-core
|-- jakarta.servlet:jakarta.servlet-api
|-- org.apache.tiles:tiles-api
|-- org.apache.tiles:tiles-core
|-- org.apache.tiles:tiles-request-api
|-- io.github.weblegacy:tiles-request-jakarta-servlet
|-- commons-beanutils:commons-beanutils
|-- io.github.weblegacy:commons-chain
|-- org.junit.jupiter:junit-jupiter-api
test