p

pom-parent-with-defaults

This is a parent pom that contains version and configs for the most widely used maven plugins.
Files download
File Operation
pom-parent-with-defaults-4.pom download
Apache Maven
<dependency>
  <groupId>com.github.akiraly.reusable-poms</groupId>
  <artifactId>pom-parent-with-defaults</artifactId>
  <version>4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.akiraly.reusable-poms:pom-parent-with-defaults:4'
Gradle Kotlin
implementation("com.github.akiraly.reusable-poms:pom-parent-with-defaults:4")
Scala SBT
libraryDependencies += "com.github.akiraly.reusable-poms" % "pom-parent-with-defaults" % "4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.akiraly.reusable-poms', module='pom-parent-with-defaults', version='4')
)
Apache Ivy
<dependency org="com.github.akiraly.reusable-poms" name="pom-parent-with-defaults" rev="4" />
Leiningen
[com.github.akiraly.reusable-poms/pom-parent-with-defaults "4"]
Apache Buildr
'com.github.akiraly.reusable-poms:pom-parent-with-defaults:jar:4'