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