License |
License |
---|---|
GroupId | GroupIdme.n4u.sass |
ArtifactId | ArtifactIdsass-gems |
Last Version | Last Version3.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSASS Gems - Gem in a Jar for SASS
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sass-gems-3.2.1.pom | |
sass-gems-3.2.1.jar | 525 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.n4u.sass/sass-gems/ -->
<dependency>
<groupId>me.n4u.sass</groupId>
<artifactId>sass-gems</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.n4u.sass/sass-gems/
implementation 'me.n4u.sass:sass-gems:3.2.1'
// https://jarcasting.com/artifacts/me.n4u.sass/sass-gems/
implementation ("me.n4u.sass:sass-gems:3.2.1")
'me.n4u.sass:sass-gems:jar:3.2.1'
<dependency org="me.n4u.sass" name="sass-gems" rev="3.2.1">
<artifact name="sass-gems" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.n4u.sass', module='sass-gems', version='3.2.1')
)
libraryDependencies += "me.n4u.sass" % "sass-gems" % "3.2.1"
[me.n4u.sass/sass-gems "3.2.1"]