c

commons-cli

文件下载
文件名 操作
commons-cli-2.0-mahout.jar 下载
commons-cli-2.0-mahout.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.mahout.commons</groupId>
  <artifactId>commons-cli</artifactId>
  <version>2.0-mahout</version>
</dependency>
Gradle Groovy
implementation 'org.apache.mahout.commons:commons-cli:2.0-mahout'
Gradle Kotlin
implementation("org.apache.mahout.commons:commons-cli:2.0-mahout")
Scala SBT
libraryDependencies += "org.apache.mahout.commons" % "commons-cli" % "2.0-mahout"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.mahout.commons', module='commons-cli', version='2.0-mahout')
)
Apache Ivy
<dependency org="org.apache.mahout.commons" name="commons-cli" rev="2.0-mahout" />
Leiningen
[org.apache.mahout.commons/commons-cli "2.0-mahout"]
Apache Buildr
'org.apache.mahout.commons:commons-cli:jar:2.0-mahout'
本项目依赖
该项目无第三方依赖