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