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