MVN

org.apache.myfaces.tomahawk : tomahawk12

Maven & Gradle

Oct 23, 2012
10 usages

Tomahawk 1.2 Core · 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.

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

Latest Version

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

  • Latest Stable: 1.1.14

All Versions

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

Version Vulnerabilities Updated
1.1.x
tomahawk12-1.1.14
tomahawk12-1.1.13
tomahawk12-1.1.12
tomahawk12-1.1.11
tomahawk12-1.1.10
tomahawk12-1.1.9
tomahawk12-1.1.8
tomahawk12-1.1.7

How to add a dependency to Maven

Add the following org.apache.myfaces.tomahawk : tomahawk12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.myfaces.tomahawk : tomahawk12 gradle dependency to your build.gradle file:

implementation 'org.apache.myfaces.tomahawk:tomahawk12:1.1.14'

Gradle Kotlin DSL: Add the following org.apache.myfaces.tomahawk : tomahawk12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.myfaces.tomahawk:tomahawk12:1.1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.myfaces.tomahawk : tomahawk12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.myfaces.tomahawk" % "tomahawk12" % "1.1.14"

Advertisement