is not current version
Last Version 1.0.4

org.apache.myfaces.buildtools:myfaces-archetype-helloworld-portlets 1.0.3

Archetype to create a new portlet webapp based on myfaces

GroupId

GroupId

org.apache.myfaces.buildtools
ArtifactId

ArtifactId

myfaces-archetype-helloworld-portlets
Version

Version

1.0.3
Type

Type

jar

Download myfaces-archetype-helloworld-portlets 1.0.3


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