Download tiles-core-3.0.7.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 3.0.7 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

tiles-core-3.0.7-javadoc.jar
tiles-core-3.0.7-sources.jar
tiles-core-3.0.7.jar
tiles-core-3.0.7.pom



Related Tutorials