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