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