sass-embedded-bundled
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.larsgrefer.sass</groupId> <artifactId>sass-embedded-bundled</artifactId> <version>4.2.0</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>de.larsgrefer.sass</groupId> <artifactId>sass-embedded-bundled</artifactId> <version>4.2.0</version> <name>SASS Embedded Bundled Compilers</name> <description>SASS Embedded Bundled Compilers</description> <url>https://github.com/larsgrefer/dart-sass-java/</url> <inceptionYear>2021</inceptionYear> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>larsgrefer</id> <name>Lars Grefer</name> <email>github@larsgrefer.de</email> <timezone>Europe/Berlin</timezone> </developer> </developers> <scm> <connection>scm:git:https://github.com/larsgrefer/dart-sass-java.git</connection> <developerConnection>scm:git:git@github.com:larsgrefer/dart-sass-java.git</developerConnection> <url>https://github.com/larsgrefer/dart-sass-java/</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/larsgrefer/dart-sass-java/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/larsgrefer/dart-sass-java/actions</url> </ciManagement> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> <dependency> <groupId>de.larsgrefer.sass</groupId> <artifactId>sass-embedded-bundled-ia32</artifactId> <version>4.2.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>