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