Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.mcxiaoke.packer-ng |
ArtifactId | ArtifactIdcli |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
cli-2.0.0.pom | |
cli-2.0.0.jar | 11 KB |
cli-2.0.0-sources.jar | 6 KB |
cli-2.0.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.packer-ng/cli/ -->
<dependency>
<groupId>com.mcxiaoke.packer-ng</groupId>
<artifactId>cli</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.packer-ng/cli/
implementation 'com.mcxiaoke.packer-ng:cli:2.0.0'
// https://jarcasting.com/artifacts/com.mcxiaoke.packer-ng/cli/
implementation ("com.mcxiaoke.packer-ng:cli:2.0.0")
'com.mcxiaoke.packer-ng:cli:jar:2.0.0'
<dependency org="com.mcxiaoke.packer-ng" name="cli" rev="2.0.0">
<artifact name="cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.packer-ng', module='cli', version='2.0.0')
)
libraryDependencies += "com.mcxiaoke.packer-ng" % "cli" % "2.0.0"
[com.mcxiaoke.packer-ng/cli "2.0.0"]