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