io.bit3.jsass
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.daisy.libs</groupId> <artifactId>io.bit3.jsass</artifactId> <version>5.11.1-p1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.daisy.libs</groupId> <artifactId>io.bit3.jsass</artifactId> <version>5.11.1-p1</version> <name>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.14.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.15.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.11.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.28</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.sharegov</groupId> <artifactId>mjson</artifactId> <version>1.4.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>