Download tomahawk-1.1.6.jar file - Jar t

Jar examples for t:tomahawk

Description

JSF components and utilities that can be used with any JSF implementation. This library is compatible with both JSF1.1 and JSF1.2; however for JSF1.2 users there is an alternative build of Tomahawk available that takes advantage of JSF1.2 features to offer some additional benefits.

You can download jar file tomahawk 1.1.6 in this page.

Build File

You can use the following script to add tomahawk-1.1.6.jar to your project.

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

Download

Click the following link to download the jar file.

tomahawk-1.1.6-javadoc.jar
tomahawk-1.1.6-sources.jar
tomahawk-1.1.6-tlddoc.jar
tomahawk-1.1.6.jar
tomahawk-1.1.6.pom



Related Tutorials