is not current version
Last Version 1.0.1

pl.gildur:jshint4j 1.0.0

Java wrapper for JSHint (http://www.jshint.com/).

GroupId

GroupId

pl.gildur
ArtifactId

ArtifactId

jshint4j
Version

Version

1.0.0
Type

Type

jar

Download jshint4j 1.0.0


<!-- https://jarcasting.com/artifacts/pl.gildur/jshint4j/ -->
<dependency>
    <groupId>pl.gildur</groupId>
    <artifactId>jshint4j</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.gildur/jshint4j/
implementation 'pl.gildur:jshint4j:1.0.0'
// https://jarcasting.com/artifacts/pl.gildur/jshint4j/
implementation ("pl.gildur:jshint4j:1.0.0")
'pl.gildur:jshint4j:jar:1.0.0'
<dependency org="pl.gildur" name="jshint4j" rev="1.0.0">
  <artifact name="jshint4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.gildur', module='jshint4j', version='1.0.0')
)
libraryDependencies += "pl.gildur" % "jshint4j" % "1.0.0"
[pl.gildur/jshint4j "1.0.0"]