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