MVN

org.webjars.bower : whatwg-fetch

Maven & Gradle

Jun 17, 2018
4 usages
25.8k stars

whatwg-fetch · WebJar for whatwg-fetch

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>whatwg-fetch</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bower : whatwg-fetch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of org.webjars.bower : whatwg-fetch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
whatwg-fetch-2.0.3
1.0.x
whatwg-fetch-1.0.0
0.11.x
whatwg-fetch-0.11.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>whatwg-fetch</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bower : whatwg-fetch gradle dependency to your build.gradle file:

implementation 'org.webjars.bower:whatwg-fetch:2.0.3'

Gradle Kotlin DSL: Add the following org.webjars.bower : whatwg-fetch gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bower:whatwg-fetch:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bower : whatwg-fetch sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bower" % "whatwg-fetch" % "2.0.3"

Advertisement