<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-request-api</artifactId>
<version>1.0.7</version>
</dependency>
@Grapes(
@Grab(group='org.apache.tiles', module='tiles-request-api', version='1.0.7')
)
<parent> <groupId>org.apache.tiles</groupId> <artifactId>tiles-request</artifactId> <version>1.0.7</version> </parent>
compile
|-- org.slf4j:slf4j-api:1.7.25
test
|-- junit:junit
|-- org.easymock:easymockclassextension
|-- org.ops4j.pax.exam:pax-exam-container-native:4.11.0
|-- org.ops4j.pax.exam:pax-exam-junit4:4.11.0
|-- org.ops4j.pax.exam:pax-exam-link-mvn:4.11.0
|-- org.ops4j.pax.url:pax-url-aether:2.5.2
|-- org.apache.felix:org.apache.felix.framework:5.6.4
|-- ch.qos.logback:logback-core:1.2.2