is not current version
Last Version 2.4

org.apache.maven.archetype:archetype-registry 2.1

Core Archetype Registry Model.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.archetype
ArtifactId

ArtifactId

archetype-registry
Version

Version

2.1
Type

Type

jar

Download archetype-registry 2.1


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