Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.mcxiaoke.packer-ng |
ArtifactId | ArtifactIdcli |
Version | Version1.9.2 |
Type | Typejar |
Filename | Size |
---|---|
cli-1.9.2.pom | |
cli-1.9.2.jar | 11 KB |
cli-1.9.2-sources.jar | 6 KB |
cli-1.9.2-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>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.packer-ng/cli/
implementation 'com.mcxiaoke.packer-ng:cli:1.9.2'
// https://jarcasting.com/artifacts/com.mcxiaoke.packer-ng/cli/
implementation ("com.mcxiaoke.packer-ng:cli:1.9.2")
'com.mcxiaoke.packer-ng:cli:jar:1.9.2'
<dependency org="com.mcxiaoke.packer-ng" name="cli" rev="1.9.2">
<artifact name="cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.packer-ng', module='cli', version='1.9.2')
)
libraryDependencies += "com.mcxiaoke.packer-ng" % "cli" % "1.9.2"
[com.mcxiaoke.packer-ng/cli "1.9.2"]