GroupId | GroupIdorg.resthub |
---|---|
ArtifactId | ArtifactIdresthub-archetypes |
Version | Version2.1.5 |
Type | Typepom |
Filename | Size |
---|---|
resthub-archetypes-2.1.5.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.resthub/resthub-archetypes/ -->
<dependency>
<groupId>org.resthub</groupId>
<artifactId>resthub-archetypes</artifactId>
<version>2.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-archetypes/
implementation 'org.resthub:resthub-archetypes:2.1.5'
// https://jarcasting.com/artifacts/org.resthub/resthub-archetypes/
implementation ("org.resthub:resthub-archetypes:2.1.5")
'org.resthub:resthub-archetypes:pom:2.1.5'
<dependency org="org.resthub" name="resthub-archetypes" rev="2.1.5">
<artifact name="resthub-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-archetypes', version='2.1.5')
)
libraryDependencies += "org.resthub" % "resthub-archetypes" % "2.1.5"
[org.resthub/resthub-archetypes "2.1.5"]