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