is not current version
Last Version 1.2.4

com.github.frtu.archetype:base-extended-pom 1.2.2

A parent pom for all the base JARs and all libraries

GroupId

GroupId

com.github.frtu.archetype
ArtifactId

ArtifactId

base-extended-pom
Version

Version

1.2.2
Type

Type

pom

Download base-extended-pom 1.2.2


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