GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdcommand-line-usage |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
command-line-usage-2.0.5.pom | |
command-line-usage-2.0.5.jar | 376 KB |
command-line-usage-2.0.5-sources.jar | 22 bytes |
command-line-usage-2.0.5-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>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/command-line-usage/
implementation 'org.webjars.npm:command-line-usage:2.0.5'
// https://jarcasting.com/artifacts/org.webjars.npm/command-line-usage/
implementation ("org.webjars.npm:command-line-usage:2.0.5")
'org.webjars.npm:command-line-usage:jar:2.0.5'
<dependency org="org.webjars.npm" name="command-line-usage" rev="2.0.5">
<artifact name="command-line-usage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='command-line-usage', version='2.0.5')
)
libraryDependencies += "org.webjars.npm" % "command-line-usage" % "2.0.5"
[org.webjars.npm/command-line-usage "2.0.5"]