License |
License |
---|---|
GroupId | GroupIdorg.apache.myfaces.tomahawk |
ArtifactId | ArtifactIdtomahawk-examples-assembly |
Version | Version1.1.14 |
Type | Typepom |
Description |
DescriptionTomahawk Examples Assembly
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.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tomahawk/tomahawk-examples-assembly/ -->
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk-examples-assembly</artifactId>
<version>1.1.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tomahawk/tomahawk-examples-assembly/
implementation 'org.apache.myfaces.tomahawk:tomahawk-examples-assembly:1.1.14'
// https://jarcasting.com/artifacts/org.apache.myfaces.tomahawk/tomahawk-examples-assembly/
implementation ("org.apache.myfaces.tomahawk:tomahawk-examples-assembly:1.1.14")
'org.apache.myfaces.tomahawk:tomahawk-examples-assembly:pom:1.1.14'
<dependency org="org.apache.myfaces.tomahawk" name="tomahawk-examples-assembly" rev="1.1.14">
<artifact name="tomahawk-examples-assembly" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tomahawk', module='tomahawk-examples-assembly', version='1.1.14')
)
libraryDependencies += "org.apache.myfaces.tomahawk" % "tomahawk-examples-assembly" % "1.1.14"
[org.apache.myfaces.tomahawk/tomahawk-examples-assembly "1.1.14"]