p

parent

The General Parent that helps to define the build processes that should be used across projects, regardless of. Package type. 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 of the properties being used throughout, as the properties and plugins will be inherited by subprojects.
http://www.ikm.dev
Apache License, Version 2.0
Integrated Knowledge Management
IKM Development Team
Files download
File Operation
parent-1.50.0.pom download
parent-1.50.0-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.ikm.build</groupId>
  <artifactId>parent</artifactId>
  <version>1.50.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'dev.ikm.build:parent:1.50.0'
Gradle Kotlin
implementation("dev.ikm.build:parent:1.50.0")
Scala SBT
libraryDependencies += "dev.ikm.build" % "parent" % "1.50.0"
Groovy Grape
@Grapes(
  @Grab(group='dev.ikm.build', module='parent', version='1.50.0')
)
Apache Ivy
<dependency org="dev.ikm.build" name="parent" rev="1.50.0" />
Leiningen
[dev.ikm.build/parent "1.50.0"]
Apache Buildr
'dev.ikm.build:parent:jar:1.50.0'
Dependencies
The project has no third-party dependencies