| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdcssstyle |
| Version | Version0.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cssstyle-0.3.1.pom | |
| cssstyle-0.3.1.jar | 197 KB |
| cssstyle-0.3.1-sources.jar | 22 bytes |
| cssstyle-0.3.1-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/cssstyle/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>cssstyle</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/cssstyle/
implementation 'org.webjars.npm:cssstyle:0.3.1'
// https://jarcasting.com/artifacts/org.webjars.npm/cssstyle/
implementation ("org.webjars.npm:cssstyle:0.3.1")
'org.webjars.npm:cssstyle:jar:0.3.1'
<dependency org="org.webjars.npm" name="cssstyle" rev="0.3.1">
<artifact name="cssstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='cssstyle', version='0.3.1')
)
libraryDependencies += "org.webjars.npm" % "cssstyle" % "0.3.1"
[org.webjars.npm/cssstyle "0.3.1"]