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

org.apache.myfaces.tomahawk:tomahawk20 1.1.10

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 JSF2.0 features. A JSF2.0 implementation is required to use this version of the Tomahawk library.

Группа

Группа

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

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

tomahawk20
Версия

Версия

1.1.10
Тип

Тип

jar

Скачать tomahawk20 1.1.10


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