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