MVN

org.webjars.npm : node-sass

Maven & Gradle

May 11, 2022
8 usages
8k stars

node-sass · WebJar for node-sass

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>node-sass</artifactId>
    <version>4.14.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : node-sass to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.14.1

All Versions

Choose a version of org.webjars.npm : node-sass to add to Maven or Gradle - All Versions:

  • Version Updated
  • node-sass-4.14.1

    May 11, 2022
  • node-sass-4.12.0

    May 13, 2019
  • node-sass-4.11.0

    Dec 04, 2018
  • node-sass-3.4.0

    Dec 04, 2017
  • node-sass-4.7.2

    Dec 04, 2017
  • node-sass-4.6.1

    Nov 15, 2017
  • node-sass-3.8.0

    Aug 20, 2016
  • node-sass-3.4.1

    Apr 14, 2016
  • node-sass-3.4.2

    Jan 06, 2016
  • node-sass-3.1.1

    May 28, 2015
  • node-sass-3.1.2

    May 28, 2015

How to add a dependency to Maven

Add the following org.webjars.npm : node-sass maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>node-sass</artifactId>
    <version>4.14.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : node-sass gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:node-sass:4.14.1'

Gradle Kotlin DSL: Add the following org.webjars.npm : node-sass gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:node-sass:4.14.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : node-sass sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "node-sass" % "4.14.1"