MVN

org.webjars.bowergithub.taylorhakes : promise-polyfill

Maven & Gradle

Mar 09, 2021
2.1k stars

promise-polyfill · WebJar for promise-polyfill

<dependency>
    <groupId>org.webjars.bowergithub.taylorhakes</groupId>
    <artifactId>promise-polyfill</artifactId>
    <version>8.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.taylorhakes : promise-polyfill to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.2.0

All Versions

Choose a version of org.webjars.bowergithub.taylorhakes : promise-polyfill to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.2.x
promise-polyfill-8.2.0
8.1.x
promise-polyfill-8.1.3
promise-polyfill-8.1.0
7.0.x
promise-polyfill-7.0.2
6.0.x
promise-polyfill-6.0.2

How to add a dependency to Maven

Add the following org.webjars.bowergithub.taylorhakes : promise-polyfill maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.taylorhakes</groupId>
    <artifactId>promise-polyfill</artifactId>
    <version>8.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.taylorhakes : promise-polyfill gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.taylorhakes:promise-polyfill:8.2.0'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.taylorhakes : promise-polyfill gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.taylorhakes:promise-polyfill:8.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.taylorhakes : promise-polyfill sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.taylorhakes" % "promise-polyfill" % "8.2.0"