Download maven-checkstyle-plugin-2.17.jar file - Jar m

Jar examples for m:maven-checkstyle-plugin

Description

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.17 in this page.

License

Apache License

Build File

You can use the following script to add maven-checkstyle-plugin-2.17.jar to your project.

<dependency>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-checkstyle-plugin</artifactId>
   <version>2.17</version>
</dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-checkstyle-plugin', version: '2.17'
libraryDependencies += "org.apache.maven.plugins" % "maven-checkstyle-plugin" % "2.17"
<dependency org="org.apache.maven.plugins" name="maven-checkstyle-plugin" rev="2.17"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-checkstyle-plugin', version='2.17'))
'org.apache.maven.plugins:maven-checkstyle-plugin:jar:2.17'

Download

Click the following link to download the jar file.

maven-checkstyle-plugin-2.17-javadoc.jar
maven-checkstyle-plugin-2.17-sources.jar
maven-checkstyle-plugin-2.17.jar
maven-checkstyle-plugin-2.17.pom



Related Tutorials