Download tomahawk12-1.1.9.jar file - Jar t

Jar examples for t:tomahawk12

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 JSF1.2 features. A JSF1.2 implementation is required to use this version of the Tomahawk library.

You can download jar file tomahawk12 1.1.9 in this page.

Build File

You can use the following script to add tomahawk12-1.1.9.jar to your project.

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

Download

Click the following link to download the jar file.

tomahawk12-1.1.9-javadoc.jar
tomahawk12-1.1.9-sources.jar
tomahawk12-1.1.9-tlddoc.jar
tomahawk12-1.1.9.jar
tomahawk12-1.1.9.pom



Related Tutorials