is not current version
Last Version 3.0.8

org.apache.tiles:tiles-api 3.0.5

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

GroupId

GroupId

org.apache.tiles
ArtifactId

ArtifactId

tiles-api
Version

Version

3.0.5
Type

Type

jar

Download tiles-api 3.0.5


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