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