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