MVN

org.apache.myfaces.tomahawk : tomahawk-project

Maven & Gradle

Oct 23, 2012

Tomahawk Project · 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.

<dependency>
    <groupId>org.apache.myfaces.tomahawk</groupId>
    <artifactId>tomahawk-project</artifactId>
    <version>1.1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.myfaces.tomahawk : tomahawk-project to add to Maven - Latest Versions:

  • Latest Stable: 1.1.14

All Versions

Choose a version of org.apache.myfaces.tomahawk : tomahawk-project to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
tomahawk-project-1.1.14
tomahawk-project-1.1.13
tomahawk-project-1.1.12
tomahawk-project-1.1.11
tomahawk-project-1.1.10
tomahawk-project-1.1.9
tomahawk-project-1.1.8
tomahawk-project-1.1.7
tomahawk-project-1.1.6
tomahawk-project-1.1.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.myfaces.tomahawk</groupId>
    <artifactId>tomahawk-project</artifactId>
    <version>1.1.14</version>
</dependency>