| License |
License |
|---|---|
| GroupId | GroupIdpl.gildur |
| ArtifactId | ArtifactIdjshint4j |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionjshint4j
Java wrapper for JSHint (http://www.jshint.com/).
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jshint4j-1.0.1.pom | |
| jshint4j-1.0.1.jar | 185 KB |
| jshint4j-1.0.1-sources.jar | 183 KB |
| jshint4j-1.0.1-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.gildur/jshint4j/ -->
<dependency>
<groupId>pl.gildur</groupId>
<artifactId>jshint4j</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.gildur/jshint4j/
implementation 'pl.gildur:jshint4j:1.0.1'
// https://jarcasting.com/artifacts/pl.gildur/jshint4j/
implementation ("pl.gildur:jshint4j:1.0.1")
'pl.gildur:jshint4j:jar:1.0.1'
<dependency org="pl.gildur" name="jshint4j" rev="1.0.1">
<artifact name="jshint4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.gildur', module='jshint4j', version='1.0.1')
)
libraryDependencies += "pl.gildur" % "jshint4j" % "1.0.1"
[pl.gildur/jshint4j "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mozilla : rhino | jar | 1.7R4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |