is not current version
Last Version 8.4.1

org.webjars.npm:node-gyp 3.6.2

WebJar for node-gyp

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

node-gyp
Version

Version

3.6.2
Type

Type

jar

Download node-gyp 3.6.2


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