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