is not current version
Last Version 1.2.2

com.handcraftedbits.archetype:handcraftedbits-archetype 1.2.0

A collection of Maven Archetypes for HandcraftedBits projects

GroupId

GroupId

com.handcraftedbits.archetype
ArtifactId

ArtifactId

handcraftedbits-archetype
Version

Version

1.2.0
Type

Type

pom

Download handcraftedbits-archetype 1.2.0


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