| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.fluo |
| ArtifactId | ArtifactIdfluo-core |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Fluo Core
The modules contains the core implementation code of Apache Fluo.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fluo-core-1.2.0.pom | |
| fluo-core-1.2.0.jar | 318 KB |
| fluo-core-1.2.0-sources.jar | 152 KB |
| fluo-core-1.2.0-javadoc.jar | 685 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.fluo/fluo-core/ -->
<dependency>
<groupId>org.apache.fluo</groupId>
<artifactId>fluo-core</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.fluo/fluo-core/
implementation 'org.apache.fluo:fluo-core:1.2.0'
// https://jarcasting.com/artifacts/org.apache.fluo/fluo-core/
implementation ("org.apache.fluo:fluo-core:1.2.0")
'org.apache.fluo:fluo-core:jar:1.2.0'
<dependency org="org.apache.fluo" name="fluo-core" rev="1.2.0">
<artifact name="fluo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.fluo', module='fluo-core', version='1.2.0')
)
libraryDependencies += "org.apache.fluo" % "fluo-core" % "1.2.0"
[org.apache.fluo/fluo-core "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.0 |
| com.google.guava : guava | jar | 13.0.1 |
| commons-configuration : commons-configuration | jar | 1.10 |
| io.dropwizard.metrics : metrics-core | jar | 3.1.1 |
| io.dropwizard.metrics : metrics-graphite | jar | 3.1.1 |
| org.apache.accumulo : accumulo-core | jar | 1.7.3 |
| org.apache.curator : curator-client | jar | 2.7.1 |
| org.apache.curator : curator-framework | jar | 2.7.1 |
| org.apache.curator : curator-recipes | jar | 2.7.1 |
| org.apache.fluo : fluo-accumulo | jar | 1.2.0 |
| org.apache.fluo : fluo-api | jar | 1.2.0 |
| org.apache.hadoop : hadoop-client | jar | 2.6.3 |
| org.apache.thrift : libthrift Optional | jar | 0.9.1 |
| org.apache.zookeeper : zookeeper | jar | 3.4.8 |
| org.mpierce.metrics.reservoir : hdrhistogram-metrics-reservoir | jar | 1.1.0 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.12 |