r

refcodes-archetype-alt

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.
https://bitbucket.org/refcodes/${project.artifactId}
Siegfried Steiner
Files download
File Operation
refcodes-archetype-alt-3.3.6.pom download
Apache Maven
<dependency>
  <groupId>org.refcodes</groupId>
  <artifactId>refcodes-archetype-alt</artifactId>
  <version>3.3.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.refcodes:refcodes-archetype-alt:3.3.6'
Gradle Kotlin
implementation("org.refcodes:refcodes-archetype-alt:3.3.6")
Scala SBT
libraryDependencies += "org.refcodes" % "refcodes-archetype-alt" % "3.3.6"
Groovy Grape
@Grapes(
  @Grab(group='org.refcodes', module='refcodes-archetype-alt', version='3.3.6')
)
Apache Ivy
<dependency org="org.refcodes" name="refcodes-archetype-alt" rev="3.3.6" />
Leiningen
[org.refcodes/refcodes-archetype-alt "3.3.6"]
Apache Buildr
'org.refcodes:refcodes-archetype-alt:jar:3.3.6'