Last Version

gradle-cpd-plugin 3.2

Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD)

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

de.aaschmid
ArtifactId

ArtifactId

gradle-cpd-plugin
Version

Version

3.2
Type

Type

jar
Description

Description

gradle-cpd-plugin
Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD)
Project URL

Project URL

https://github.com/aaschmid/gradle-cpd-plugin

Download gradle-cpd-plugin 3.2


<!-- https://jarcasting.com/artifacts/de.aaschmid/gradle-cpd-plugin/ -->
<dependency>
    <groupId>de.aaschmid</groupId>
    <artifactId>gradle-cpd-plugin</artifactId>
    <version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.aaschmid/gradle-cpd-plugin/
implementation 'de.aaschmid:gradle-cpd-plugin:3.2'
// https://jarcasting.com/artifacts/de.aaschmid/gradle-cpd-plugin/
implementation ("de.aaschmid:gradle-cpd-plugin:3.2")
'de.aaschmid:gradle-cpd-plugin:jar:3.2'
<dependency org="de.aaschmid" name="gradle-cpd-plugin" rev="3.2">
  <artifact name="gradle-cpd-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.aaschmid', module='gradle-cpd-plugin', version='3.2')
)
libraryDependencies += "de.aaschmid" % "gradle-cpd-plugin" % "3.2"
[de.aaschmid/gradle-cpd-plugin "3.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.