is not current version
Last Version 1.0.4

org.apache.myfaces.buildtools:myfaces-archetype-parent 1.0.0


GroupId

GroupId

org.apache.myfaces.buildtools
ArtifactId

ArtifactId

myfaces-archetype-parent
Version

Version

1.0.0
Type

Type

pom

Download myfaces-archetype-parent 1.0.0


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