io.bit3.jsass
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.daisy.libs</groupId> <artifactId>io.bit3.jsass</artifactId> <version>5.10.4-p1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.daisy.libs</groupId> <artifactId>io.bit3.jsass</artifactId> <version>5.10.4-p1</version> <name>org.daisy.libs:io.bit3.jsass</name> <description>SASS compiler using libsass.</description> <url>https://gitlab.com/jsass/jsass</url> <organization> <name>bit3</name> <url>http://bit3.io</url> </organization> <licenses> <license> <name>MIT</name> <url>https://raw.githubusercontent.com/bit3/jsass/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>tril</id> <name>Tristan Lins</name> <email>tristan@lins.io</email> <url>https://tristan.lins.io</url> </developer> </developers> <scm> <connection>scm:git:https://gitlab.com/jsass/jsass.git</connection> <developerConnection>scm:git:git@gitlab.com:jsass/jsass.git</developerConnection> <url>https://gitlab.com/jsass/jsass</url> </scm> <issueManagement> <system>GitLab.com</system> <url>https://gitlab.com/jsass/jsass/issues</url> </issueManagement> <ciManagement> <system>GitLab.com</system> <url>https://gitlab.com/jsass/jsass/pipelines</url> </ciManagement> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.28</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.sharegov</groupId> <artifactId>mjson</artifactId> <version>1.4.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>5.5.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <version>5.5.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>5.5.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.28</version> <scope>test</scope> </dependency> </dependencies> </project>