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