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.0 in this page.
GNU General Public License (GPL) version 3.0
You can use the following script to add checkstyle-5.0.jar to your project.
<dependency> <groupId>checkstyle</groupId> <artifactId>checkstyle</artifactId> <version>5.0</version> </dependency>
compile group: 'checkstyle', name: 'checkstyle', version: '5.0'
libraryDependencies += "checkstyle" % "checkstyle" % "5.0"
<dependency org="checkstyle" name="checkstyle" rev="5.0"/>
@Grapes(@Grab(group='checkstyle', module='checkstyle', version='5.0'))
'checkstyle:checkstyle:jar:5.0'
Click the following link to download the jar file.
checkstyle-5.0.jar