Jar examples for c:checkstyle
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard
You can download jar file checkstyle 5.7 in this page.
GNU General Public License (GPL) version 3.0
You can use the following script to add checkstyle-5.7.jar to your project.
<dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> <version>5.7</version> </dependency>
compile group: 'com.puppycrawl.tools', name: 'checkstyle', version: '5.7'
libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "5.7"
<dependency org="com.puppycrawl.tools" name="checkstyle" rev="5.7"/>
@Grapes(@Grab(group='com.puppycrawl.tools', module='checkstyle', version='5.7'))
'com.puppycrawl.tools:checkstyle:jar:5.7'
Click the following link to download the jar file.
checkstyle-5.7-javadoc.jar