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