is not current version
Last Version 3.0.8

org.apache.tiles:tiles-api 2.0.6

Tiles APIs, containing interfaces and classes to interact with Tiles.

GroupId

GroupId

org.apache.tiles
ArtifactId

ArtifactId

tiles-api
Version

Version

2.0.6
Type

Type

jar

Download tiles-api 2.0.6


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