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