MVN

com.github.stefanliebenberg : blender-css

Maven & Gradle

May 06, 2014
0 stars

BlenderCss · BlenderCss provides a java toolset that compiles css from different supersets of css together.

<dependency>
    <groupId>com.github.stefanliebenberg</groupId>
    <artifactId>blender-css</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stefanliebenberg : blender-css to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.github.stefanliebenberg : blender-css to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
blender-css-1.1
1.0
blender-css-1.0

How to add a dependency to Maven

Add the following com.github.stefanliebenberg : blender-css maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.stefanliebenberg</groupId>
    <artifactId>blender-css</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.stefanliebenberg : blender-css gradle dependency to your build.gradle file:

implementation 'com.github.stefanliebenberg:blender-css:1.1'

Gradle Kotlin DSL: Add the following com.github.stefanliebenberg : blender-css gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.stefanliebenberg:blender-css:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.stefanliebenberg : blender-css sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.stefanliebenberg" % "blender-css" % "1.1"