Tiles is distributed in several formats for your convenience.
You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24 hours to reach all mirrors.
Previous versions can be download from the Apache archive site.
Tiles 2.1.4 is distributed under the Apache License, version 2.0.
Mirrors | Checksum | Signature | |
Tiles 2.1.4 (tar.gz) | tiles-2.1.4-bin.tar.gz | tiles-2.1.4-bin.tar.gz.md5 | tiles-2.1.4-bin.tar.gz.asc |
Tiles 2.1.4 (zip) | tiles-2.1.4-bin.zip | tiles-2.1.4-bin.zip.md5 | tiles-2.1.4-bin.zip.asc |
Mirrors | Checksum | Signature | |
Tiles 2.1.4 (tar.gz) | tiles-2.1.4-bin-j4.tar.gz | tiles-2.1.4-bin-j4.tar.gz.md5 | tiles-2.1.4-bin-j4.tar.gz.asc |
Tiles 2.1.4 (zip) | tiles-2.1.4-bin-j4.zip | tiles-2.1.4-bin-j4.zip.md5 | tiles-2.1.4-bin-j4.zip.asc |
Mirrors | Checksum | Signature | |
Tiles 2.1.4 (tar.gz) | tiles-2.1.4-src.tar.gz | tiles-2.1.4-src.tar.gz.md5 | tiles-2.1.4-src.tar.gz.asc |
Tiles 2.1.4 (zip) | tiles-2.1.4-src.zip | tiles-2.1.4-src.zip.md5 | tiles-2.1.4-src.zip.asc |
Tiles has also been published to the public Maven repository. Declare your dependency on Tiles 2.1.4 with the following dependency declaration:
<dependency> <groupId>org.apache.tiles</groupId> <artifactId>tiles-servlet</artifactId> <version>2.1.4</version> </dependency>
If you need a dependency to Tiles JSP support, Declare the dependency this way:
<dependency> <groupId>org.apache.tiles</groupId> <artifactId>tiles-jsp</artifactId> <version>2.1.4</version> </dependency>
JDK | 5.0 or above for the default version. The "j4" version is usable with Java 1.4 |
Servlet | 2.4 or above, though it is compiled against Servlet 2.5 |
JSP | 2.0 or Above, though it is compiled against JSP 2.1 |