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