Download jslint-2007-10-25.jar file - Jar j

Jar examples for j:jslint

Description

JSLint takes a JavaScript source and scans it. If it finds a problem, it returns a message describing the problem and an approximate location within the source. The problem is not necessarily a syntax error, although it often is. JSLint looks at some style conventions as well as structural problems. It does not prove that your program is correct. It just provides another set of eyes to help spot problems.

You can download jar file jslint 2007-10-25 in this page.

License

MIT License

Build File

You can use the following script to add jslint-2007-10-25.jar to your project.

<dependency>
   <groupId>com.jslint</groupId>
   <artifactId>jslint</artifactId>
   <version>2007-10-25</version>
</dependency>
compile group: 'com.jslint', name: 'jslint', version: '2007-10-25'
libraryDependencies += "com.jslint" % "jslint" % "2007-10-25"
<dependency org="com.jslint" name="jslint" rev="2007-10-25"/>
@Grapes(@Grab(group='com.jslint', module='jslint', version='2007-10-25'))
'com.jslint:jslint:jar:2007-10-25'

Download

Click the following link to download the jar file.

jslint-2007-10-25.jar
jslint-2007-10-25.pom



Related Tutorials