Download closure-stylesheets-20140426.jar file - Jar c

Jar examples for c:closure-stylesheets

Description

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.

You can download jar file closure-stylesheets 20140426 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add closure-stylesheets-20140426.jar to your project.

<dependency>
   <groupId>com.google.closure-stylesheets</groupId>
   <artifactId>closure-stylesheets</artifactId>
   <version>20140426</version>
</dependency>
compile group: 'com.google.closure-stylesheets', name: 'closure-stylesheets', version: '20140426'
libraryDependencies += "com.google.closure-stylesheets" % "closure-stylesheets" % "20140426"
<dependency org="com.google.closure-stylesheets" name="closure-stylesheets" rev="20140426"/>
@Grapes(@Grab(group='com.google.closure-stylesheets', module='closure-stylesheets', version='20140426'))
'com.google.closure-stylesheets:closure-stylesheets:jar:20140426'

Download

Click the following link to download the jar file.

closure-stylesheets-20140426-javadoc.jar
closure-stylesheets-20140426-sources.jar
closure-stylesheets-20140426.jar
closure-stylesheets-20140426.pom



Related Tutorials