| License | License
                                                        MIT                                                 | 
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdstylis | 
| Last Version | Last Version4.1.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionstylis WebJar for stylis | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| stylis-4.1.1.pom | |
| stylis-4.1.1.jar | 35 KB | 
| stylis-4.1.1-sources.jar | 22 bytes | 
| stylis-4.1.1-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/stylis/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>stylis</artifactId>
    <version>4.1.1</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/stylis/
implementation 'org.webjars.npm:stylis:4.1.1'// https://jarcasting.com/artifacts/org.webjars.npm/stylis/
implementation ("org.webjars.npm:stylis:4.1.1")'org.webjars.npm:stylis:jar:4.1.1'<dependency org="org.webjars.npm" name="stylis" rev="4.1.1">
  <artifact name="stylis" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='stylis', version='4.1.1')
)libraryDependencies += "org.webjars.npm" % "stylis" % "4.1.1"[org.webjars.npm/stylis "4.1.1"]