is not current version
Last Version 4

com.github.akiraly.reusable-poms:pom-parent-with-defaults 1

This is a parent pom that contains version and configs for the most widely used maven plugins.

GroupId

GroupId

com.github.akiraly.reusable-poms
ArtifactId

ArtifactId

pom-parent-with-defaults
Version

Version

1
Type

Type

pom

Download pom-parent-with-defaults 1

Filename Size
pom-parent-with-defaults-1.pom 686 bytes
Browse

<!-- https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-defaults/ -->
<dependency>
    <groupId>com.github.akiraly.reusable-poms</groupId>
    <artifactId>pom-parent-with-defaults</artifactId>
    <version>1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-defaults/
implementation 'com.github.akiraly.reusable-poms:pom-parent-with-defaults:1'
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-defaults/
implementation ("com.github.akiraly.reusable-poms:pom-parent-with-defaults:1")
'com.github.akiraly.reusable-poms:pom-parent-with-defaults:pom:1'
<dependency org="com.github.akiraly.reusable-poms" name="pom-parent-with-defaults" rev="1">
  <artifact name="pom-parent-with-defaults" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.akiraly.reusable-poms', module='pom-parent-with-defaults', version='1')
)
libraryDependencies += "com.github.akiraly.reusable-poms" % "pom-parent-with-defaults" % "1"
[com.github.akiraly.reusable-poms/pom-parent-with-defaults "1"]