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