GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdnode-abi |
Version | Version2.8.0 |
Type | Typejar |
Filename | Size |
---|---|
node-abi-2.8.0.pom | |
node-abi-2.8.0.jar | 9 KB |
node-abi-2.8.0-sources.jar | 22 bytes |
node-abi-2.8.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/node-abi/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>node-abi</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/node-abi/
implementation 'org.webjars.npm:node-abi:2.8.0'
// https://jarcasting.com/artifacts/org.webjars.npm/node-abi/
implementation ("org.webjars.npm:node-abi:2.8.0")
'org.webjars.npm:node-abi:jar:2.8.0'
<dependency org="org.webjars.npm" name="node-abi" rev="2.8.0">
<artifact name="node-abi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='node-abi', version='2.8.0')
)
libraryDependencies += "org.webjars.npm" % "node-abi" % "2.8.0"
[org.webjars.npm/node-abi "2.8.0"]