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