is not current version
Last Version 3.0.4

org.refcodes:refcodes-archetype-alt 3.0.1

The refcodes-archetype-alt artifact provides alternate archetypes harnessing the libraries provided by REFCODES.ORG, common archetype functionality or helpers may be found in the refcodes-archetype artifact. Actually, the artifacts hosted by the refcodes-archetype-alt artifact can be seen as walking skeletons regarding the REFCODES.ORG libraries.

GroupId

GroupId

org.refcodes
ArtifactId

ArtifactId

refcodes-archetype-alt
Version

Version

3.0.1
Type

Type

pom

Download refcodes-archetype-alt 3.0.1


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