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