не последняя версия
Последняя версия 1.1.14

org.apache.myfaces.tomahawk:tomahawk 1.1.10

JSF components and utilities that can be used with any JSF implementation. This library is compatible with both JSF1.1 and JSF1.2; however for JSF1.2 users there is an alternative build of Tomahawk available that takes advantage of JSF1.2 features to offer some additional benefits.

Группа

Группа

org.apache.myfaces.tomahawk
Идентификатор

Идентификатор

tomahawk
Версия

Версия

1.1.10
Тип

Тип

jar

Скачать tomahawk 1.1.10


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