is not current version
Last Version 17.5.1

org.webjars.npm:yargs 8.0.0-candidate.1

WebJar for yargs

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

yargs
Version

Version

8.0.0-candidate.1
Type

Type

jar

Download yargs 8.0.0-candidate.1


<!-- https://jarcasting.com/artifacts/org.webjars.npm/yargs/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>yargs</artifactId>
    <version>8.0.0-candidate.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/yargs/
implementation 'org.webjars.npm:yargs:8.0.0-candidate.1'
// https://jarcasting.com/artifacts/org.webjars.npm/yargs/
implementation ("org.webjars.npm:yargs:8.0.0-candidate.1")
'org.webjars.npm:yargs:jar:8.0.0-candidate.1'
<dependency org="org.webjars.npm" name="yargs" rev="8.0.0-candidate.1">
  <artifact name="yargs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='yargs', version='8.0.0-candidate.1')
)
libraryDependencies += "org.webjars.npm" % "yargs" % "8.0.0-candidate.1"
[org.webjars.npm/yargs "8.0.0-candidate.1"]