Jar examples for g:gradle-cpd-plugin
Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD)
You can download jar file gradle-cpd-plugin 1.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add gradle-cpd-plugin-1.1.jar to your project.
<dependency> <groupId>de.aaschmid</groupId> <artifactId>gradle-cpd-plugin</artifactId> <version>1.1</version> </dependency>
compile group: 'de.aaschmid', name: 'gradle-cpd-plugin', version: '1.1'
libraryDependencies += "de.aaschmid" % "gradle-cpd-plugin" % "1.1"
<dependency org="de.aaschmid" name="gradle-cpd-plugin" rev="1.1"/>
@Grapes(@Grab(group='de.aaschmid', module='gradle-cpd-plugin', version='1.1'))
'de.aaschmid:gradle-cpd-plugin:jar:1.1'
Click the following link to download the jar file.
gradle-cpd-plugin-1.1-javadoc.jar