MVN

org.webjars : stylus

Maven & Gradle

May 06, 2015
1 usages
0 stars

stylus · WebJar for stylus

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>stylus</artifactId>
    <version>0.51.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars : stylus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.51.1

All Versions

Choose a version of org.webjars : stylus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.51.x
stylus-0.51.1
0.50.x
stylus-0.50.0
0.49.x
stylus-0.49.3
0.45.x
stylus-0.45.1
0.42.x
stylus-0.42.2-1

How to add a dependency to Maven

Add the following org.webjars : stylus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>stylus</artifactId>
    <version>0.51.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars : stylus gradle dependency to your build.gradle file:

implementation 'org.webjars:stylus:0.51.1'

Gradle Kotlin DSL: Add the following org.webjars : stylus gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars:stylus:0.51.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars : stylus sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars" % "stylus" % "0.51.1"

Advertisement