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