p

phoenix-shaded-commons-cli

Pulls down commons-cli, relocates it and then makes a new jar with it.
文件下载
文件名 操作
phoenix-shaded-commons-cli-2.0.0.jar 下载
phoenix-shaded-commons-cli-2.0.0.pom 下载
phoenix-shaded-commons-cli-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.phoenix.thirdparty</groupId>
  <artifactId>phoenix-shaded-commons-cli</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.phoenix.thirdparty:phoenix-shaded-commons-cli:2.0.0'
Gradle Kotlin
implementation("org.apache.phoenix.thirdparty:phoenix-shaded-commons-cli:2.0.0")
Scala SBT
libraryDependencies += "org.apache.phoenix.thirdparty" % "phoenix-shaded-commons-cli" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.phoenix.thirdparty', module='phoenix-shaded-commons-cli', version='2.0.0')
)
Apache Ivy
<dependency org="org.apache.phoenix.thirdparty" name="phoenix-shaded-commons-cli" rev="2.0.0" />
Leiningen
[org.apache.phoenix.thirdparty/phoenix-shaded-commons-cli "2.0.0"]
Apache Buildr
'org.apache.phoenix.thirdparty:phoenix-shaded-commons-cli:jar:2.0.0'