License |
License
New BSD License
|
---|---|
GroupId | GroupIdcom.googlecode.jslint4java |
ArtifactId | ArtifactIdjslint4java |
Version | Version2.0.5 |
Type | Typejar |
Description |
Descriptionjslint4java
A Java wrapper for Douglas Crockford's wonderful JSLint tool.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jslint4java-2.0.5.pom | |
jslint4java-2.0.5.jar | 82 KB |
jslint4java-2.0.5-sources.jar | 56 KB |
jslint4java-2.0.5-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jslint4java/jslint4java/ -->
<dependency>
<groupId>com.googlecode.jslint4java</groupId>
<artifactId>jslint4java</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jslint4java/jslint4java/
implementation 'com.googlecode.jslint4java:jslint4java:2.0.5'
// https://jarcasting.com/artifacts/com.googlecode.jslint4java/jslint4java/
implementation ("com.googlecode.jslint4java:jslint4java:2.0.5")
'com.googlecode.jslint4java:jslint4java:jar:2.0.5'
<dependency org="com.googlecode.jslint4java" name="jslint4java" rev="2.0.5">
<artifact name="jslint4java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jslint4java', module='jslint4java', version='2.0.5')
)
libraryDependencies += "com.googlecode.jslint4java" % "jslint4java" % "2.0.5"
[com.googlecode.jslint4java/jslint4java "2.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.mozilla : rhino | jar | 1.7R4 |
com.beust : jcommander | jar | 1.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
xmlunit : xmlunit | jar | 1.3 |
com.google.guava : guava | jar | 13.0.1 |
org.hamcrest : hamcrest-library | jar | 1.3 |