s

site

Zip file with the rules for Findbugs, PMD 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
site-1.0.pom download
Apache Maven
<dependency>
  <groupId>com.addc.build</groupId>
  <artifactId>site</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.addc.build:site:1.0'
Gradle Kotlin
implementation("com.addc.build:site:1.0")
Scala SBT
libraryDependencies += "com.addc.build" % "site" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.addc.build', module='site', version='1.0')
)
Apache Ivy
<dependency org="com.addc.build" name="site" rev="1.0" />
Leiningen
[com.addc.build/site "1.0"]
Apache Buildr
'com.addc.build:site:jar:1.0'
Dependencies
The project has no third-party dependencies