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