License |
License |
---|---|
GroupId | GroupIdorg.apache.myfaces.buildtools |
ArtifactId | ArtifactIdmyfaces-archetype-helloworld-facelets |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMyFaces Facelets Archetype
Archetype to create a new webapp based on MyFaces and Facelets
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-archetype-helloworld-facelets/ -->
<dependency>
<groupId>org.apache.myfaces.buildtools</groupId>
<artifactId>myfaces-archetype-helloworld-facelets</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-archetype-helloworld-facelets/
implementation 'org.apache.myfaces.buildtools:myfaces-archetype-helloworld-facelets:1.0.4'
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-archetype-helloworld-facelets/
implementation ("org.apache.myfaces.buildtools:myfaces-archetype-helloworld-facelets:1.0.4")
'org.apache.myfaces.buildtools:myfaces-archetype-helloworld-facelets:jar:1.0.4'
<dependency org="org.apache.myfaces.buildtools" name="myfaces-archetype-helloworld-facelets" rev="1.0.4">
<artifact name="myfaces-archetype-helloworld-facelets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.buildtools', module='myfaces-archetype-helloworld-facelets', version='1.0.4')
)
libraryDependencies += "org.apache.myfaces.buildtools" % "myfaces-archetype-helloworld-facelets" % "1.0.4"
[org.apache.myfaces.buildtools/myfaces-archetype-helloworld-facelets "1.0.4"]