is not current version
Last Version 1.1.14

org.apache.myfaces.tomahawk:tomahawk 1.1.9

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.

GroupId

GroupId

org.apache.myfaces.tomahawk
ArtifactId

ArtifactId

tomahawk
Version

Version

1.1.9
Type

Type

jar

Download tomahawk 1.1.9


<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tomahawk/tomahawk/ -->
<dependency>
    <groupId>org.apache.myfaces.tomahawk</groupId>
    <artifactId>tomahawk</artifactId>
    <version>1.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tomahawk/tomahawk/
implementation 'org.apache.myfaces.tomahawk:tomahawk:1.1.9'
// https://jarcasting.com/artifacts/org.apache.myfaces.tomahawk/tomahawk/
implementation ("org.apache.myfaces.tomahawk:tomahawk:1.1.9")
'org.apache.myfaces.tomahawk:tomahawk:jar:1.1.9'
<dependency org="org.apache.myfaces.tomahawk" name="tomahawk" rev="1.1.9">
  <artifact name="tomahawk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tomahawk', module='tomahawk', version='1.1.9')
)
libraryDependencies += "org.apache.myfaces.tomahawk" % "tomahawk" % "1.1.9"
[org.apache.myfaces.tomahawk/tomahawk "1.1.9"]