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