is not current version
Last Version 7.16.0

org.webjars.npm:npm 4.4.1

WebJar for npm

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

npm
Version

Version

4.4.1
Type

Type

jar

Download npm 4.4.1


<!-- https://jarcasting.com/artifacts/org.webjars.npm/npm/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>npm</artifactId>
    <version>4.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/npm/
implementation 'org.webjars.npm:npm:4.4.1'
// https://jarcasting.com/artifacts/org.webjars.npm/npm/
implementation ("org.webjars.npm:npm:4.4.1")
'org.webjars.npm:npm:jar:4.4.1'
<dependency org="org.webjars.npm" name="npm" rev="4.4.1">
  <artifact name="npm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='npm', version='4.4.1')
)
libraryDependencies += "org.webjars.npm" % "npm" % "4.4.1"
[org.webjars.npm/npm "4.4.1"]