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