Download jsass-4.1.0.jar file - Jar j

Jar examples for j:jsass

Description

SASS compiler using libsass.

You can download jar file jsass 4.1.0 in this page.

License

MIT

Build File

You can use the following script to add jsass-4.1.0.jar to your project.

<dependency>
   <groupId>io.bit3</groupId>
   <artifactId>jsass</artifactId>
   <version>4.1.0</version>
</dependency>
compile group: 'io.bit3', name: 'jsass', version: '4.1.0'
libraryDependencies += "io.bit3" % "jsass" % "4.1.0"
<dependency org="io.bit3" name="jsass" rev="4.1.0"/>
@Grapes(@Grab(group='io.bit3', module='jsass', version='4.1.0'))
'io.bit3:jsass:jar:4.1.0'

Download

Click the following link to download the jar file.

jsass-4.1.0-javadoc.jar
jsass-4.1.0-sources.jar
jsass-4.1.0.jar
jsass-4.1.0.pom



Related Tutorials