GroupId | GroupIdorg.atteo.moonshine |
---|---|
ArtifactId | ArtifactIdarchetypes |
Version | Version1.0.RC1 |
Type | Typepom |
Filename | Size |
---|---|
archetypes-1.0.RC1.pom | 593 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/archetypes/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>archetypes</artifactId>
<version>1.0.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/archetypes/
implementation 'org.atteo.moonshine:archetypes:1.0.RC1'
// https://jarcasting.com/artifacts/org.atteo.moonshine/archetypes/
implementation ("org.atteo.moonshine:archetypes:1.0.RC1")
'org.atteo.moonshine:archetypes:pom:1.0.RC1'
<dependency org="org.atteo.moonshine" name="archetypes" rev="1.0.RC1">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='archetypes', version='1.0.RC1')
)
libraryDependencies += "org.atteo.moonshine" % "archetypes" % "1.0.RC1"
[org.atteo.moonshine/archetypes "1.0.RC1"]