License |
License |
---|---|
GroupId | GroupIdorg.apache.fluo |
ArtifactId | ArtifactIdfluo-command |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Fluo Command
This module contains code for Apache Fluo commands
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
fluo-command-1.2.0.pom | |
fluo-command-1.2.0.jar | 37 KB |
fluo-command-1.2.0-sources.jar | 27 KB |
fluo-command-1.2.0-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.fluo/fluo-command/ -->
<dependency>
<groupId>org.apache.fluo</groupId>
<artifactId>fluo-command</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.fluo/fluo-command/
implementation 'org.apache.fluo:fluo-command:1.2.0'
// https://jarcasting.com/artifacts/org.apache.fluo/fluo-command/
implementation ("org.apache.fluo:fluo-command:1.2.0")
'org.apache.fluo:fluo-command:jar:1.2.0'
<dependency org="org.apache.fluo" name="fluo-command" rev="1.2.0">
<artifact name="fluo-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.fluo', module='fluo-command', version='1.2.0')
)
libraryDependencies += "org.apache.fluo" % "fluo-command" % "1.2.0"
[org.apache.fluo/fluo-command "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.beust : jcommander | jar | 1.32 |
com.google.guava : guava | jar | 13.0.1 |
com.google.inject : guice | jar | 4.0 |
commons-io : commons-io | jar | 2.4 |
org.apache.accumulo : accumulo-core | jar | 1.7.3 |
org.apache.curator : curator-framework | jar | 2.7.1 |
org.apache.fluo : fluo-api | jar | 1.2.0 |
org.apache.fluo : fluo-core | jar | 1.2.0 |
org.slf4j : slf4j-api | jar | 1.7.12 |
org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |