MVN

org.webjars.npm : postcss-nested

Maven & Gradle

May 06, 2023
5 usages

postcss-nested · WebJar for postcss-nested

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>postcss-nested</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.1

All Versions

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

  • Version Updated
  • postcss-nested-6.0.1

    May 06, 2023
  • postcss-nested-6.0.0

    Mar 07, 2023
  • postcss-nested-5.0.6

    Oct 08, 2021
  • postcss-nested-5.0.5

    Mar 10, 2021
  • postcss-nested-5.0.3

    Feb 19, 2021
  • postcss-nested-5.0.1

    Nov 28, 2020
  • postcss-nested-4.2.3

    Sep 02, 2020
  • postcss-nested-4.2.1

    Mar 19, 2020
  • postcss-nested-4.1.2

    May 24, 2019
  • postcss-nested-3.0.0

    Mar 27, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>postcss-nested</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : postcss-nested gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:postcss-nested:6.0.1'

Gradle Kotlin DSL: Add the following org.webjars.npm : postcss-nested gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:postcss-nested:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : postcss-nested sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "postcss-nested" % "6.0.1"