n

node-fetch-commonjs

A light-weight module that brings Fetch API to node.js
https://github.com/proteriax/node-fetch-cjs#readme
MIT
David Frank
proteria
Files download
File Operation
node-fetch-commonjs-3.3.2.jar download
node-fetch-commonjs-3.3.2.pom download
node-fetch-commonjs-3.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>node-fetch-commonjs</artifactId>
  <version>3.3.2</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:node-fetch-commonjs:3.3.2'
Gradle Kotlin
implementation("org.mvnpm:node-fetch-commonjs:3.3.2")
Scala SBT
libraryDependencies += "org.mvnpm" % "node-fetch-commonjs" % "3.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='node-fetch-commonjs', version='3.3.2')
)
Apache Ivy
<dependency org="org.mvnpm" name="node-fetch-commonjs" rev="3.3.2" />
Leiningen
[org.mvnpm/node-fetch-commonjs "3.3.2"]
Apache Buildr
'org.mvnpm:node-fetch-commonjs:jar:3.3.2'