j

java-parent

The Java Parent that helps to define the build processes that should be used across projects. This is versioned and if you want to use a different version of the pom, you can simply change the parent version, and it will adjust all the properties being used throughout, as the properties and plugins will be inherited by subprojects.
Files download
File Operation
java-parent-1.40.0.pom download
java-parent-1.40.0-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.ikm.build</groupId>
  <artifactId>java-parent</artifactId>
  <version>1.40.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'dev.ikm.build:java-parent:1.40.0'
Gradle Kotlin
implementation("dev.ikm.build:java-parent:1.40.0")
Scala SBT
libraryDependencies += "dev.ikm.build" % "java-parent" % "1.40.0"
Groovy Grape
@Grapes(
  @Grab(group='dev.ikm.build', module='java-parent', version='1.40.0')
)
Apache Ivy
<dependency org="dev.ikm.build" name="java-parent" rev="1.40.0" />
Leiningen
[dev.ikm.build/java-parent "1.40.0"]
Apache Buildr
'dev.ikm.build:java-parent:jar:1.40.0'