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