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