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