Download tomahawk20-1.1.13.jar file - Jar t

Jar examples for t:tomahawk20

Description

JSF components and utilities that can be used with any JSF implementation. This library is based on the JSF1.1 version of Tomahawk, but with minor source code and build changes to take advantage of JSF2.0 features. A JSF2.0 implementation is required to use this version of the Tomahawk library.

You can download jar file tomahawk20 1.1.13 in this page.

Build File

You can use the following script to add tomahawk20-1.1.13.jar to your project.

<dependency>
   <groupId>org.apache.myfaces.tomahawk</groupId>
   <artifactId>tomahawk20</artifactId>
   <version>1.1.13</version>
</dependency>
compile group: 'org.apache.myfaces.tomahawk', name: 'tomahawk20', version: '1.1.13'
libraryDependencies += "org.apache.myfaces.tomahawk" % "tomahawk20" % "1.1.13"
<dependency org="org.apache.myfaces.tomahawk" name="tomahawk20" rev="1.1.13"/>
@Grapes(@Grab(group='org.apache.myfaces.tomahawk', module='tomahawk20', version='1.1.13'))
'org.apache.myfaces.tomahawk:tomahawk20:jar:1.1.13'

Download

Click the following link to download the jar file.

tomahawk20-1.1.13-javadoc.jar
tomahawk20-1.1.13-sources.jar
tomahawk20-1.1.13-tlddoc.jar
tomahawk20-1.1.13.jar
tomahawk20-1.1.13.pom



Related Tutorials