не последняя версия
Последняя версия 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.

Группа

Группа

com.google.closure-stylesheets
Идентификатор

Идентификатор

closure-stylesheets
Версия

Версия

20140426
Тип

Тип

jar

Скачать 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"]