Download tiles-extras-3.0.1.jar file - Jar t

Jar examples for t:tiles-extras

Description

Extras for Tiles, including non-standard, non-generic, non-identifiable components that may be useful for Tiles users.

You can download jar file tiles-extras 3.0.1 in this page.

License

Apache License

Build File

You can use the following script to add tiles-extras-3.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

tiles-extras-3.0.1-javadoc.jar
tiles-extras-3.0.1-sources.jar
tiles-extras-3.0.1.jar
tiles-extras-3.0.1.pom



Related Tutorials