is not current version
Last Version 1.2.4

com.github.frtu.archetype:archetype-master-pom 1.1.1

A parent pom for all Archetypes

GroupId

GroupId

com.github.frtu.archetype
ArtifactId

ArtifactId

archetype-master-pom
Version

Version

1.1.1
Type

Type

pom

Download archetype-master-pom 1.1.1


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