License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdstylelint |
Version | Version13.4.0 |
Type | Typejar |
Description |
Descriptionstylelint
WebJar for stylelint
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stylelint-13.4.0.pom | |
stylelint-13.4.0.jar | 552 KB |
stylelint-13.4.0-sources.jar | 22 bytes |
stylelint-13.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>13.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/stylelint/
implementation 'org.webjars.npm:stylelint:13.4.0'
// https://jarcasting.com/artifacts/org.webjars.npm/stylelint/
implementation ("org.webjars.npm:stylelint:13.4.0")
'org.webjars.npm:stylelint:jar:13.4.0'
<dependency org="org.webjars.npm" name="stylelint" rev="13.4.0">
<artifact name="stylelint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='stylelint', version='13.4.0')
)
libraryDependencies += "org.webjars.npm" % "stylelint" % "13.4.0"
[org.webjars.npm/stylelint "13.4.0"]