is not current version
Last Version 20160212

com.google.closure-stylesheets:closure-stylesheets 1.5.0

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.

GroupId

GroupId

com.google.closure-stylesheets
ArtifactId

ArtifactId

closure-stylesheets
Version

Version

1.5.0
Type

Type

jar

Download closure-stylesheets 1.5.0


<!-- https://jarcasting.com/artifacts/com.google.closure-stylesheets/closure-stylesheets/ -->
<dependency>
    <groupId>com.google.closure-stylesheets</groupId>
    <artifactId>closure-stylesheets</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.closure-stylesheets/closure-stylesheets/
implementation 'com.google.closure-stylesheets:closure-stylesheets:1.5.0'
// https://jarcasting.com/artifacts/com.google.closure-stylesheets/closure-stylesheets/
implementation ("com.google.closure-stylesheets:closure-stylesheets:1.5.0")
'com.google.closure-stylesheets:closure-stylesheets:jar:1.5.0'
<dependency org="com.google.closure-stylesheets" name="closure-stylesheets" rev="1.5.0">
  <artifact name="closure-stylesheets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.closure-stylesheets', module='closure-stylesheets', version='1.5.0')
)
libraryDependencies += "com.google.closure-stylesheets" % "closure-stylesheets" % "1.5.0"
[com.google.closure-stylesheets/closure-stylesheets "1.5.0"]