Download checkstyle-optional-4.1.jar file - Jar c

Jar examples for c:checkstyle-optional

Description

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard

You can download jar file checkstyle-optional 4.1 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add checkstyle-optional-4.1.jar to your project.

<dependency>
   <groupId>checkstyle</groupId>
   <artifactId>checkstyle-optional</artifactId>
   <version>4.1</version>
</dependency>
compile group: 'checkstyle', name: 'checkstyle-optional', version: '4.1'
libraryDependencies += "checkstyle" % "checkstyle-optional" % "4.1"
<dependency org="checkstyle" name="checkstyle-optional" rev="4.1"/>
@Grapes(@Grab(group='checkstyle', module='checkstyle-optional', version='4.1'))
'checkstyle:checkstyle-optional:jar:4.1'

Download

Click the following link to download the jar file.

checkstyle-optional-4.1-sources.jar
checkstyle-optional-4.1.jar
checkstyle-optional-4.1.pom



Related Tutorials