Jar examples for m:maven-checkstyle-plugin
Generates a report on violations of code style and optionally fails the build if violations are detected.
You can download jar file maven-checkstyle-plugin 2.7 in this page.
Apache License
You can use the following script to add maven-checkstyle-plugin-2.7.jar to your project.
<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.7</version> </dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-checkstyle-plugin', version: '2.7'
libraryDependencies += "org.apache.maven.plugins" % "maven-checkstyle-plugin" % "2.7"
<dependency org="org.apache.maven.plugins" name="maven-checkstyle-plugin" rev="2.7"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-checkstyle-plugin', version='2.7'))
'org.apache.maven.plugins:maven-checkstyle-plugin:jar:2.7'
Click the following link to download the jar file.
maven-checkstyle-plugin-2.7-javadoc.jar