License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.falcon |
ArtifactId | ArtifactIdfalcon-client |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Falcon Java client
Apache Falcon Java client
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
falcon-client-0.9.pom | |
falcon-client-0.9.jar | 219 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.falcon/falcon-client/ -->
<dependency>
<groupId>org.apache.falcon</groupId>
<artifactId>falcon-client</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.falcon/falcon-client/
implementation 'org.apache.falcon:falcon-client:0.9'
// https://jarcasting.com/artifacts/org.apache.falcon/falcon-client/
implementation ("org.apache.falcon:falcon-client:0.9")
'org.apache.falcon:falcon-client:jar:0.9'
<dependency org="org.apache.falcon" name="falcon-client" rev="0.9">
<artifact name="falcon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.falcon', module='falcon-client', version='0.9')
)
libraryDependencies += "org.apache.falcon" % "falcon-client" % "0.9"
[org.apache.falcon/falcon-client "0.9"]
Group / Artifact | Type | Version |
---|---|---|
commons-cli : commons-cli | jar | 1.2 |
commons-net : commons-net | jar | 3.1 |
commons-codec : commons-codec | jar | 1.8 |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.slf4j : slf4j-api | jar | 1.7.5 |
log4j : log4j | jar | 1.2.17 |
commons-io : commons-io | jar | 2.2 |
com.github.stephenc.findbugs : findbugs-annotations | jar | 1.3.9-1 |
org.apache.hive.hcatalog : hive-webhcat-java-client | jar | 0.13.1 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.jersey : jersey-client | jar | 1.9 |
com.sun.jersey : jersey-json | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.1.1 |