Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.mahout.commons |
ArtifactId | ArtifactIdcommons-cli |
Last Version | Last Version2.0-mahout |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
commons-cli-2.0-mahout.pom | |
commons-cli-2.0-mahout.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.mahout.commons/commons-cli/ -->
<dependency>
<groupId>org.apache.mahout.commons</groupId>
<artifactId>commons-cli</artifactId>
<version>2.0-mahout</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.mahout.commons/commons-cli/
implementation 'org.apache.mahout.commons:commons-cli:2.0-mahout'
// https://jarcasting.com/artifacts/org.apache.mahout.commons/commons-cli/
implementation ("org.apache.mahout.commons:commons-cli:2.0-mahout")
'org.apache.mahout.commons:commons-cli:jar:2.0-mahout'
<dependency org="org.apache.mahout.commons" name="commons-cli" rev="2.0-mahout">
<artifact name="commons-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.mahout.commons', module='commons-cli', version='2.0-mahout')
)
libraryDependencies += "org.apache.mahout.commons" % "commons-cli" % "2.0-mahout"
[org.apache.mahout.commons/commons-cli "2.0-mahout"]