License |
License |
---|---|
GroupId | GroupIdde.rieckpil.archetypes |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent Archetype
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-1.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.rieckpil.archetypes/parent/ -->
<dependency>
<groupId>de.rieckpil.archetypes</groupId>
<artifactId>parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.rieckpil.archetypes/parent/
implementation 'de.rieckpil.archetypes:parent:1.0.1'
// https://jarcasting.com/artifacts/de.rieckpil.archetypes/parent/
implementation ("de.rieckpil.archetypes:parent:1.0.1")
'de.rieckpil.archetypes:parent:pom:1.0.1'
<dependency org="de.rieckpil.archetypes" name="parent" rev="1.0.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.rieckpil.archetypes', module='parent', version='1.0.1')
)
libraryDependencies += "de.rieckpil.archetypes" % "parent" % "1.0.1"
[de.rieckpil.archetypes/parent "1.0.1"]