MVN

com.github.mickleroy : aem-sass-compiler

Maven & Gradle

Aug 29, 2018
2 usages
48 stars

Sass compiler for AEM · Enable Sass support for Adobe Experience Manager

<dependency>
    <groupId>com.github.mickleroy</groupId>
    <artifactId>aem-sass-compiler</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mickleroy : aem-sass-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.github.mickleroy : aem-sass-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
aem-sass-compiler-1.0.4
aem-sass-compiler-1.0.3
aem-sass-compiler-1.0.2
aem-sass-compiler-1.0.1
0.9.x
aem-sass-compiler-0.9.1
aem-sass-compiler-0.9.0

How to add a dependency to Maven

Add the following com.github.mickleroy : aem-sass-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mickleroy</groupId>
    <artifactId>aem-sass-compiler</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mickleroy : aem-sass-compiler gradle dependency to your build.gradle file:

implementation 'com.github.mickleroy:aem-sass-compiler:1.0.4'

Gradle Kotlin DSL: Add the following com.github.mickleroy : aem-sass-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mickleroy:aem-sass-compiler:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mickleroy : aem-sass-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mickleroy" % "aem-sass-compiler" % "1.0.4"

Advertisement