License |
License
MIT License
|
---|---|
GroupId | GroupIdorg.jszip.gems |
ArtifactId | ArtifactIdsass-lang |
Version | Version3.2.9 |
Type | Typejar |
Description |
DescriptionSyntactically Awesome Stylesheets
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector
inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a
web-framework plugin.
This is a repackaged GEM in a JAR format of the sass-lang.gem package. The sass-gems package version
follows the sass-lang.gem versions located http://rubyforge.org/frs/?group_id=9702. Simply change
the version of this package to download and repackage the same GEM version.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sass-lang-3.2.9.pom | |
sass-lang-3.2.9.jar | 596 KB |
sass-lang-3.2.9-sources.jar | 593 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jszip.gems/sass-lang/ -->
<dependency>
<groupId>org.jszip.gems</groupId>
<artifactId>sass-lang</artifactId>
<version>3.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jszip.gems/sass-lang/
implementation 'org.jszip.gems:sass-lang:3.2.9'
// https://jarcasting.com/artifacts/org.jszip.gems/sass-lang/
implementation ("org.jszip.gems:sass-lang:3.2.9")
'org.jszip.gems:sass-lang:jar:3.2.9'
<dependency org="org.jszip.gems" name="sass-lang" rev="3.2.9">
<artifact name="sass-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jszip.gems', module='sass-lang', version='3.2.9')
)
libraryDependencies += "org.jszip.gems" % "sass-lang" % "3.2.9"
[org.jszip.gems/sass-lang "3.2.9"]
Group / Artifact | Type | Version |
---|---|---|
org.jruby : jruby-complete | jar | 1.6.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-library | jar | 1.3 |
commons-io : commons-io | jar | 2.3 |