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