GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdgrunt-contrib-jshint |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
grunt-contrib-jshint-1.0.0.pom | |
grunt-contrib-jshint-1.0.0.jar | 11 KB |
grunt-contrib-jshint-1.0.0-sources.jar | 22 bytes |
grunt-contrib-jshint-1.0.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/grunt-contrib-jshint/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>grunt-contrib-jshint</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/grunt-contrib-jshint/
implementation 'org.webjars.npm:grunt-contrib-jshint:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/grunt-contrib-jshint/
implementation ("org.webjars.npm:grunt-contrib-jshint:1.0.0")
'org.webjars.npm:grunt-contrib-jshint:jar:1.0.0'
<dependency org="org.webjars.npm" name="grunt-contrib-jshint" rev="1.0.0">
<artifact name="grunt-contrib-jshint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='grunt-contrib-jshint', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "grunt-contrib-jshint" % "1.0.0"
[org.webjars.npm/grunt-contrib-jshint "1.0.0"]