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