is not current version
Last Version 1.1.14

org.apache.myfaces.tomahawk:tomahawk12 1.1.9

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.

GroupId

GroupId

org.apache.myfaces.tomahawk
ArtifactId

ArtifactId

tomahawk12
Version

Version

1.1.9
Type

Type

jar

Download tomahawk12 1.1.9


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