is not current version
Last Version 20160212

com.google.closure-stylesheets:closure-stylesheets 20140426

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

20140426
Type

Type

jar

Download closure-stylesheets 20140426


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