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