GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdjshint |
Version | Version2.9.1-rc1 |
Type | Typejar |
Filename | Size |
---|---|
jshint-2.9.1-rc1.pom | |
jshint-2.9.1-rc1.jar | 522 KB |
jshint-2.9.1-rc1-javadoc.jar | 520 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jshint/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jshint</artifactId>
<version>2.9.1-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jshint/
implementation 'org.webjars:jshint:2.9.1-rc1'
// https://jarcasting.com/artifacts/org.webjars/jshint/
implementation ("org.webjars:jshint:2.9.1-rc1")
'org.webjars:jshint:jar:2.9.1-rc1'
<dependency org="org.webjars" name="jshint" rev="2.9.1-rc1">
<artifact name="jshint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jshint', version='2.9.1-rc1')
)
libraryDependencies += "org.webjars" % "jshint" % "2.9.1-rc1"
[org.webjars/jshint "2.9.1-rc1"]