a

addc-pom

Parent POM for all ADDC projects. It supplies a set of profiles that are mostly chosen depending on the presence of specific directories and/or tag files in src/main, see the profile activations. It also supplies the dependency management and plugin management for all our projects.
http://www.peterkanis.com/projects
Apache License, Version 2.0
ADDC Infotech GmbH
Peter Kanis
Files download
File Operation
addc-pom-8.7.2.pom download
Apache Maven
<dependency>
  <groupId>com.addc.pom</groupId>
  <artifactId>addc-pom</artifactId>
  <version>8.7.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.addc.pom:addc-pom:8.7.2'
Gradle Kotlin
implementation("com.addc.pom:addc-pom:8.7.2")
Scala SBT
libraryDependencies += "com.addc.pom" % "addc-pom" % "8.7.2"
Groovy Grape
@Grapes(
  @Grab(group='com.addc.pom', module='addc-pom', version='8.7.2')
)
Apache Ivy
<dependency org="com.addc.pom" name="addc-pom" rev="8.7.2" />
Leiningen
[com.addc.pom/addc-pom "8.7.2"]
Apache Buildr
'com.addc.pom:addc-pom:jar:8.7.2'
Dependencies
The project has no third-party dependencies