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.17 in this page.
Apache License
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'
Click the following link to download the jar file.
maven-checkstyle-plugin-2.17-javadoc.jar