is not current version
Last Version 1.2.2

com.handcraftedbits.archetype:handcraftedbits-archetype 1.1.4

A collection of Maven Archetypes for HandcraftedBits projects

GroupId

GroupId

com.handcraftedbits.archetype
ArtifactId

ArtifactId

handcraftedbits-archetype
Version

Version

1.1.4
Type

Type

pom

Download handcraftedbits-archetype 1.1.4


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