License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdunfetch |
Version | Version4.2.0 |
Type | Typejar |
Description |
Descriptionunfetch
WebJar for unfetch
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
unfetch-4.2.0.pom | |
unfetch-4.2.0.jar | 17 KB |
unfetch-4.2.0-sources.jar | 22 bytes |
unfetch-4.2.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/unfetch/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>unfetch</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/unfetch/
implementation 'org.webjars.npm:unfetch:4.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/unfetch/
implementation ("org.webjars.npm:unfetch:4.2.0")
'org.webjars.npm:unfetch:jar:4.2.0'
<dependency org="org.webjars.npm" name="unfetch" rev="4.2.0">
<artifact name="unfetch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='unfetch', version='4.2.0')
)
libraryDependencies += "org.webjars.npm" % "unfetch" % "4.2.0"
[org.webjars.npm/unfetch "4.2.0"]