GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdwhatwg-fetch |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
whatwg-fetch-3.2.0.pom | |
whatwg-fetch-3.2.0.jar | 19 KB |
whatwg-fetch-3.2.0-sources.jar | 22 bytes |
whatwg-fetch-3.2.0-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>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/whatwg-fetch/
implementation 'org.webjars.npm:whatwg-fetch:3.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/whatwg-fetch/
implementation ("org.webjars.npm:whatwg-fetch:3.2.0")
'org.webjars.npm:whatwg-fetch:jar:3.2.0'
<dependency org="org.webjars.npm" name="whatwg-fetch" rev="3.2.0">
<artifact name="whatwg-fetch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='whatwg-fetch', version='3.2.0')
)
libraryDependencies += "org.webjars.npm" % "whatwg-fetch" % "3.2.0"
[org.webjars.npm/whatwg-fetch "3.2.0"]