MVN

org.webjars.npm : construct-style-sheets-polyfill

Maven & Gradle

Apr 22, 2021
139 stars

construct-style-sheets-polyfill · WebJar for construct-style-sheets-polyfill

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>construct-style-sheets-polyfill</artifactId>
    <version>2.4.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : construct-style-sheets-polyfill to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.16

All Versions

Choose a version of org.webjars.npm : construct-style-sheets-polyfill to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
construct-style-sheets-polyfill-2.4.16

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>construct-style-sheets-polyfill</artifactId>
    <version>2.4.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : construct-style-sheets-polyfill gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:construct-style-sheets-polyfill:2.4.16'

Gradle Kotlin DSL: Add the following org.webjars.npm : construct-style-sheets-polyfill gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:construct-style-sheets-polyfill:2.4.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : construct-style-sheets-polyfill sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "construct-style-sheets-polyfill" % "2.4.16"

Advertisement