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