MVN

me.n4u.sass : sass-gems

Maven & Gradle

Sep 02, 2012
7 usages
4 stars

SASS 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.

<dependency>
    <groupId>me.n4u.sass</groupId>
    <artifactId>sass-gems</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.n4u.sass : sass-gems to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1

All Versions

Choose a version of me.n4u.sass : sass-gems to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
sass-gems-3.2.1
sass-gems-3.2.0
3.1.x
sass-gems-3.1.19
sass-gems-3.1.18
sass-gems-3.1.17
sass-gems-3.1.16
sass-gems-3.1.15

How to add a dependency to Maven

Add the following me.n4u.sass : sass-gems maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.n4u.sass</groupId>
    <artifactId>sass-gems</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.n4u.sass : sass-gems gradle dependency to your build.gradle file:

implementation 'me.n4u.sass:sass-gems:3.2.1'

Gradle Kotlin DSL: Add the following me.n4u.sass : sass-gems gradle kotlin dependency to your build.gradle.kts file:

implementation("me.n4u.sass:sass-gems:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.n4u.sass : sass-gems sbt scala dependency to your build.sbt file:

libraryDependencies += "me.n4u.sass" % "sass-gems" % "3.2.1"

Advertisement