MVN

com.cathive.sass : com.cathive.sass

Maven & Gradle

Jan 07, 2015
1 usages
18 stars

libsass · JNA wrapper around libsass / SassC

<dependency>
    <groupId>com.cathive.sass</groupId>
    <artifactId>com.cathive.sass</artifactId>
    <version>3.1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cathive.sass : com.cathive.sass to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0.1

All Versions

Choose a version of com.cathive.sass : com.cathive.sass to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
com.cathive.sass-3.1.0.1

How to add a dependency to Maven

Add the following com.cathive.sass : com.cathive.sass maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cathive.sass</groupId>
    <artifactId>com.cathive.sass</artifactId>
    <version>3.1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cathive.sass : com.cathive.sass gradle dependency to your build.gradle file:

implementation 'com.cathive.sass:com.cathive.sass:3.1.0.1'

Gradle Kotlin DSL: Add the following com.cathive.sass : com.cathive.sass gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cathive.sass:com.cathive.sass:3.1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cathive.sass : com.cathive.sass sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cathive.sass" % "com.cathive.sass" % "3.1.0.1"