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