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