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.0.8.pom download
Apache Maven
<dependency>
  <groupId>org.refcodes</groupId>
  <artifactId>refcodes-archetype-alt</artifactId>
  <version>3.0.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.refcodes:refcodes-archetype-alt:3.0.8'
Gradle Kotlin
implementation("org.refcodes:refcodes-archetype-alt:3.0.8")
Scala SBT
libraryDependencies += "org.refcodes" % "refcodes-archetype-alt" % "3.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.refcodes', module='refcodes-archetype-alt', version='3.0.8')
)
Apache Ivy
<dependency org="org.refcodes" name="refcodes-archetype-alt" rev="3.0.8" />
Leiningen
[org.refcodes/refcodes-archetype-alt "3.0.8"]
Apache Buildr
'org.refcodes:refcodes-archetype-alt:jar:3.0.8'