r

rules

Zip file with the rules for Findbugs, PMD, css for javadoc and third party and format files for the Maven license plugin. This is expanded into the target directory by the addc-pom during building.
https://sourceforge.net/projects/addc-pom/
Apache License, Version 2.0
ADDC Infotech GmbH
Peter Kanis
Files download
File Operation
rules-1.7.pom download
Apache Maven
<dependency>
  <groupId>com.addc.build</groupId>
  <artifactId>rules</artifactId>
  <version>1.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.addc.build:rules:1.7'
Gradle Kotlin
implementation("com.addc.build:rules:1.7")
Scala SBT
libraryDependencies += "com.addc.build" % "rules" % "1.7"
Groovy Grape
@Grapes(
  @Grab(group='com.addc.build', module='rules', version='1.7')
)
Apache Ivy
<dependency org="com.addc.build" name="rules" rev="1.7" />
Leiningen
[com.addc.build/rules "1.7"]
Apache Buildr
'com.addc.build:rules:jar:1.7'
Dependencies
The project has no third-party dependencies