is not current version
Last Version 7.16.0

org.webjars.npm:npm 6.12.0-next.0

WebJar for npm

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

npm
Version

Version

6.12.0-next.0
Type

Type

jar

Download npm 6.12.0-next.0


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