Download tiles-core-2.0.4.jar file - Jar t

Jar examples for t:tiles-core

Description

Tiles Core Library, including basic implementation of the APIs.

You can download jar file tiles-core 2.0.4 in this page.

License

Apache License

Build File

You can use the following script to add tiles-core-2.0.4.jar to your project.

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

Download

Click the following link to download the jar file.

tiles-core-2.0.4.jar
tiles-core-2.0.4.pom



Related Tutorials