is not current version
Last Version 1.1.14

org.apache.myfaces.tomahawk:tomahawk-project 1.1.8

Apache MyFaces Tomahawk is a sub-project of Apache MyFaces which provides an extensive sets of custom components for use in your JSF-projects. Additionally, Tomahawk includes many custom features helping you to implement JSF-projects more easily.

GroupId

GroupId

org.apache.myfaces.tomahawk
ArtifactId

ArtifactId

tomahawk-project
Version

Version

1.1.8
Type

Type

pom

Download tomahawk-project 1.1.8


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