GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdwhatwg-fetch |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
whatwg-fetch-2.0.4.pom | |
whatwg-fetch-2.0.4.jar | 10 KB |
whatwg-fetch-2.0.4-sources.jar | 22 bytes |
whatwg-fetch-2.0.4-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/whatwg-fetch/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>whatwg-fetch</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/whatwg-fetch/
implementation 'org.webjars.npm:whatwg-fetch:2.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/whatwg-fetch/
implementation ("org.webjars.npm:whatwg-fetch:2.0.4")
'org.webjars.npm:whatwg-fetch:jar:2.0.4'
<dependency org="org.webjars.npm" name="whatwg-fetch" rev="2.0.4">
<artifact name="whatwg-fetch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='whatwg-fetch', version='2.0.4')
)
libraryDependencies += "org.webjars.npm" % "whatwg-fetch" % "2.0.4"
[org.webjars.npm/whatwg-fetch "2.0.4"]