License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.phoenix.thirdparty |
ArtifactId | ArtifactIdphoenix-shaded-commons-cli |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Phoenix Patched and Relocated (Shaded) Commons-CLI
Pulls down commons-cli, relocates it and then makes a new jar with it.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.phoenix.thirdparty/phoenix-shaded-commons-cli/ -->
<dependency>
<groupId>org.apache.phoenix.thirdparty</groupId>
<artifactId>phoenix-shaded-commons-cli</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.phoenix.thirdparty/phoenix-shaded-commons-cli/
implementation 'org.apache.phoenix.thirdparty:phoenix-shaded-commons-cli:2.0.0'
// https://jarcasting.com/artifacts/org.apache.phoenix.thirdparty/phoenix-shaded-commons-cli/
implementation ("org.apache.phoenix.thirdparty:phoenix-shaded-commons-cli:2.0.0")
'org.apache.phoenix.thirdparty:phoenix-shaded-commons-cli:jar:2.0.0'
<dependency org="org.apache.phoenix.thirdparty" name="phoenix-shaded-commons-cli" rev="2.0.0">
<artifact name="phoenix-shaded-commons-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.phoenix.thirdparty', module='phoenix-shaded-commons-cli', version='2.0.0')
)
libraryDependencies += "org.apache.phoenix.thirdparty" % "phoenix-shaded-commons-cli" % "2.0.0"
[org.apache.phoenix.thirdparty/phoenix-shaded-commons-cli "2.0.0"]