is not current version
Last Version 2.2.0

org.resthub:resthub-archetypes 2.0.0

Archetypes provided to allow quick bootstraping for your RESThub based projects

GroupId

GroupId

org.resthub
ArtifactId

ArtifactId

resthub-archetypes
Version

Version

2.0.0
Type

Type

pom

Download resthub-archetypes 2.0.0


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