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