is not current version
Last Version 3.0.8

org.apache.tiles:tiles-template 3.0.4

Common code for integration of Tiles for different templating technologies.

GroupId

GroupId

org.apache.tiles
ArtifactId

ArtifactId

tiles-template
Version

Version

3.0.4
Type

Type

jar

Download tiles-template 3.0.4


<!-- https://jarcasting.com/artifacts/org.apache.tiles/tiles-template/ -->
<dependency>
    <groupId>org.apache.tiles</groupId>
    <artifactId>tiles-template</artifactId>
    <version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tiles/tiles-template/
implementation 'org.apache.tiles:tiles-template:3.0.4'
// https://jarcasting.com/artifacts/org.apache.tiles/tiles-template/
implementation ("org.apache.tiles:tiles-template:3.0.4")
'org.apache.tiles:tiles-template:jar:3.0.4'
<dependency org="org.apache.tiles" name="tiles-template" rev="3.0.4">
  <artifact name="tiles-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tiles', module='tiles-template', version='3.0.4')
)
libraryDependencies += "org.apache.tiles" % "tiles-template" % "3.0.4"
[org.apache.tiles/tiles-template "3.0.4"]