| License |
License |
|---|---|
| GroupId | GroupIdorg.padler |
| ArtifactId | ArtifactIdclosure-stylesheets |
| Version | Version1.6.0 |
| Type | Typejar |
| Description |
DescriptionClosure Stylesheets
Closure Stylesheets is an extension to CSS that adds variables, functions,
conditionals, and mixins to standard CSS. The tool also supports
minification, linting, RTL flipping, and CSS class renaming.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| closure-stylesheets-1.6.0.pom | |
| closure-stylesheets-1.6.0.jar | 646 KB |
| closure-stylesheets-1.6.0-sources.jar | 405 KB |
| closure-stylesheets-1.6.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.padler/closure-stylesheets/ -->
<dependency>
<groupId>org.padler</groupId>
<artifactId>closure-stylesheets</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.padler/closure-stylesheets/
implementation 'org.padler:closure-stylesheets:1.6.0'
// https://jarcasting.com/artifacts/org.padler/closure-stylesheets/
implementation ("org.padler:closure-stylesheets:1.6.0")
'org.padler:closure-stylesheets:jar:1.6.0'
<dependency org="org.padler" name="closure-stylesheets" rev="1.6.0">
<artifact name="closure-stylesheets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.padler', module='closure-stylesheets', version='1.6.0')
)
libraryDependencies += "org.padler" % "closure-stylesheets" % "1.6.0"
[org.padler/closure-stylesheets "1.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| args4j : args4j | jar | 2.33 |
| com.google.guava : guava | jar | 20.0 |
| com.google.code.gson : gson | jar | 2.8.6 |
| javacc : javacc | jar | 4.1 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| com.google.javascript : closure-compiler-unshaded | jar | v20200927 |
| org.mockito : mockito-core | jar | 1.10.19 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| com.google.truth : truth | jar | 0.36 |