не последняя версия
Последняя версия 3.0.8

org.apache.tiles:tiles-template 3.0.0

Common code for integration of Tiles for different templating technologies.

Группа

Группа

org.apache.tiles
Идентификатор

Идентификатор

tiles-template
Версия

Версия

3.0.0
Тип

Тип

jar

Скачать tiles-template 3.0.0


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