HandcraftedBits Archetypes
A collection of Maven Archetypes for HandcraftedBits projects.
| License |
License |
|---|---|
| GroupId | GroupIdcom.handcraftedbits.archetype |
| ArtifactId | ArtifactIdhandcraftedbits-archetype |
| Last Version | Last Version1.2.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionHandcraftedBits Archetype (Parent)
A collection of Maven Archetypes for HandcraftedBits projects
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| handcraftedbits-archetype-1.2.2.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.handcraftedbits.archetype/handcraftedbits-archetype/ -->
<dependency>
<groupId>com.handcraftedbits.archetype</groupId>
<artifactId>handcraftedbits-archetype</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.handcraftedbits.archetype/handcraftedbits-archetype/
implementation 'com.handcraftedbits.archetype:handcraftedbits-archetype:1.2.2'
// https://jarcasting.com/artifacts/com.handcraftedbits.archetype/handcraftedbits-archetype/
implementation ("com.handcraftedbits.archetype:handcraftedbits-archetype:1.2.2")
'com.handcraftedbits.archetype:handcraftedbits-archetype:pom:1.2.2'
<dependency org="com.handcraftedbits.archetype" name="handcraftedbits-archetype" rev="1.2.2">
<artifact name="handcraftedbits-archetype" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.handcraftedbits.archetype', module='handcraftedbits-archetype', version='1.2.2')
)
libraryDependencies += "com.handcraftedbits.archetype" % "handcraftedbits-archetype" % "1.2.2"
[com.handcraftedbits.archetype/handcraftedbits-archetype "1.2.2"]
A collection of Maven Archetypes for HandcraftedBits projects.