Download tiles-api-2.2.2.jar file - Jar t

Jar examples for t:tiles-api

Description

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

You can download jar file tiles-api 2.2.2 in this page.

License

Apache License

Build File

You can use the following script to add tiles-api-2.2.2.jar to your project.

<dependency>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-api</artifactId>
   <version>2.2.2</version>
</dependency>
compile group: 'org.apache.tiles', name: 'tiles-api', version: '2.2.2'
libraryDependencies += "org.apache.tiles" % "tiles-api" % "2.2.2"
<dependency org="org.apache.tiles" name="tiles-api" rev="2.2.2"/>
@Grapes(@Grab(group='org.apache.tiles', module='tiles-api', version='2.2.2'))
'org.apache.tiles:tiles-api:jar:2.2.2'

Download

Click the following link to download the jar file.

tiles-api-2.2.2-javadoc.jar
tiles-api-2.2.2-sources.jar
tiles-api-2.2.2.jar
tiles-api-2.2.2.pom



Related Tutorials