is not current version
Last Version 1.1.14

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

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.7
Type

Type

pom

Download tomahawk-project 1.1.7


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