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