Download gradle-cpd-plugin-1.1.jar file - Jar g

Jar examples for g:gradle-cpd-plugin

Description

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.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

gradle-cpd-plugin-1.1-javadoc.jar
gradle-cpd-plugin-1.1-sources.jar
gradle-cpd-plugin-1.1.jar
gradle-cpd-plugin-1.1.pom



Related Tutorials