MVN

org.webjars.npm : postcss

Maven & Gradle

Jan 17, 2023
120 usages

postcss · WebJar for postcss

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

Latest Version

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

  • Latest Stable: 8.4.21

All Versions

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

  • Version Updated
  • postcss-8.4.21

    Jan 17, 2023
  • postcss-8.4.20

    Dec 27, 2022
  • postcss-8.4.19

    Nov 13, 2022
  • postcss-8.4.18

    Oct 13, 2022
  • postcss-8.4.17

    Sep 30, 2022
  • postcss-8.4.16

    Aug 11, 2022
  • postcss-8.4.14

    May 24, 2022
  • postcss-8.4.12

    Mar 18, 2022
  • postcss-7.0.39

    Feb 19, 2022
  • postcss-8.4.6

    Feb 02, 2022
  • postcss-8.4.5

    Dec 20, 2021
  • postcss-8.4.4

    Nov 28, 2021
  • postcss-8.3.11

    Oct 30, 2021
  • postcss-8.3.9

    Oct 08, 2021
  • postcss-8.3.8

    Sep 30, 2021
  • postcss-8.3.6

    Jul 22, 2021
  • postcss-7.0.36

    Jun 27, 2021
  • postcss-8.2.10

    Apr 16, 2021
  • postcss-8.2.9

    Apr 05, 2021
  • postcss-8.2.8

    Mar 15, 2021
  • postcss-8.2.6

    Mar 08, 2021
  • postcss-8.1.6

    Feb 19, 2021
  • postcss-7.0.35

    Oct 08, 2020
  • postcss-7.0.32

    Jun 06, 2020
  • postcss-7.0.27

    Mar 05, 2020
  • postcss-7.0.26

    Jan 08, 2020
  • postcss-7.0.20

    Oct 24, 2019
  • postcss-7.0.18

    Oct 07, 2019
  • postcss-7.0.9

    Jun 28, 2019
  • postcss-7.0.17

    Jun 07, 2019
  • postcss-7.0.16

    May 15, 2019
  • postcss-7.0.14

    Jan 22, 2019
  • postcss-7.0.7

    Jan 02, 2019
  • postcss-7.0.6

    Dec 10, 2018
  • postcss-7.0.5

    Oct 12, 2018
  • postcss-7.0.0

    Jul 17, 2018
  • postcss-6.0.23

    Jun 25, 2018
  • postcss-6.0.22

    May 14, 2018
  • postcss-6.0.21

    Mar 27, 2018
  • postcss-5.2.18

    Feb 22, 2018
  • postcss-6.0.19

    Feb 21, 2018
  • postcss-6.0.17

    Feb 08, 2018
  • postcss-6.0.14

    Nov 22, 2017
  • postcss-6.0.13

    Oct 10, 2017
  • postcss-6.0.9

    Aug 15, 2017
  • postcss-6.0.6

    Jul 11, 2017
  • postcss-5.2.17

    Jul 10, 2017
  • postcss-6.0.1

    May 08, 2017
  • postcss-5.2.16

    Apr 07, 2017
  • postcss-5.2.13

    Feb 16, 2017
  • postcss-5.2.11

    Jan 26, 2017
  • postcss-5.2.6

    Nov 22, 2016
  • postcss-5.1.2

    Aug 19, 2016
  • postcss-5.0.21

    May 27, 2016
  • postcss-5.0.14

    Jan 13, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>postcss</artifactId>
    <version>8.4.21</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:postcss:8.4.21'

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

implementation("org.webjars.npm:postcss:8.4.21")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "postcss" % "8.4.21"