is not current version
Last Version 1.0.5

com.github.frtu.archetype:archetype-pom 1.0.0

A parent pom for all Archetypes

GroupId

GroupId

com.github.frtu.archetype
ArtifactId

ArtifactId

archetype-pom
Version

Version

1.0.0
Type

Type

pom

Download archetype-pom 1.0.0

Filename Size
archetype-pom-1.0.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.frtu.archetype/archetype-pom/ -->
<dependency>
    <groupId>com.github.frtu.archetype</groupId>
    <artifactId>archetype-pom</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.archetype/archetype-pom/
implementation 'com.github.frtu.archetype:archetype-pom:1.0.0'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/archetype-pom/
implementation ("com.github.frtu.archetype:archetype-pom:1.0.0")
'com.github.frtu.archetype:archetype-pom:pom:1.0.0'
<dependency org="com.github.frtu.archetype" name="archetype-pom" rev="1.0.0">
  <artifact name="archetype-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='archetype-pom', version='1.0.0')
)
libraryDependencies += "com.github.frtu.archetype" % "archetype-pom" % "1.0.0"
[com.github.frtu.archetype/archetype-pom "1.0.0"]