t

tomahawk

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.
Files download
File Operation
tomahawk-1.1.14.jar download
tomahawk-1.1.14.pom download
tomahawk-1.1.14-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.myfaces.tomahawk</groupId>
  <artifactId>tomahawk</artifactId>
  <version>1.1.14</version>
</dependency>
Gradle Groovy
implementation 'org.apache.myfaces.tomahawk:tomahawk:1.1.14'
Gradle Kotlin
implementation("org.apache.myfaces.tomahawk:tomahawk:1.1.14")
Scala SBT
libraryDependencies += "org.apache.myfaces.tomahawk" % "tomahawk" % "1.1.14"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.myfaces.tomahawk', module='tomahawk', version='1.1.14')
)
Apache Ivy
<dependency org="org.apache.myfaces.tomahawk" name="tomahawk" rev="1.1.14" />
Leiningen
[org.apache.myfaces.tomahawk/tomahawk "1.1.14"]
Apache Buildr
'org.apache.myfaces.tomahawk:tomahawk:jar:1.1.14'