License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdjshint |
Last Version | Last Version12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSHint
WebJar for JSHint
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jshint-12.pom | |
jshint-12.jar | 250 KB |
jshint-12-javadoc.jar | 241 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jshint/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jshint</artifactId>
<version>12</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jshint/
implementation 'org.webjars:jshint:12'
// https://jarcasting.com/artifacts/org.webjars/jshint/
implementation ("org.webjars:jshint:12")
'org.webjars:jshint:jar:12'
<dependency org="org.webjars" name="jshint" rev="12">
<artifact name="jshint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jshint', version='12')
)
libraryDependencies += "org.webjars" % "jshint" % "12"
[org.webjars/jshint "12"]