is not current version
Last Version 3.0.0-beta.9

org.webjars.npm:node-fetch 3.0.0-beta.4

WebJar for node-fetch

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

node-fetch
Version

Version

3.0.0-beta.4
Type

Type

jar

Download node-fetch 3.0.0-beta.4


<!-- https://jarcasting.com/artifacts/org.webjars.npm/node-fetch/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>node-fetch</artifactId>
    <version>3.0.0-beta.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/node-fetch/
implementation 'org.webjars.npm:node-fetch:3.0.0-beta.4'
// https://jarcasting.com/artifacts/org.webjars.npm/node-fetch/
implementation ("org.webjars.npm:node-fetch:3.0.0-beta.4")
'org.webjars.npm:node-fetch:jar:3.0.0-beta.4'
<dependency org="org.webjars.npm" name="node-fetch" rev="3.0.0-beta.4">
  <artifact name="node-fetch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='node-fetch', version='3.0.0-beta.4')
)
libraryDependencies += "org.webjars.npm" % "node-fetch" % "3.0.0-beta.4"
[org.webjars.npm/node-fetch "3.0.0-beta.4"]