MVN

org.webjars.npm : postcss-js

Maven & Gradle

Mar 22, 2023
4 usages

postcss-js · WebJar for postcss-js

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

Latest Version

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

  • Latest Stable: 4.0.1

All Versions

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

  • Version Updated
  • postcss-js-4.0.1

    Mar 22, 2023
  • postcss-js-4.0.0

    Jan 16, 2022
  • postcss-js-3.0.3

    Nov 28, 2020
  • postcss-js-2.0.3

    Oct 07, 2019
  • postcss-js-2.0.2

    Jul 19, 2019
  • postcss-js-2.0.1

    May 15, 2019
  • postcss-js-1.0.1

    Mar 27, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>postcss-js</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:postcss-js:4.0.1'

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

implementation("org.webjars.npm:postcss-js:4.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "postcss-js" % "4.0.1"