License |
License |
---|---|
GroupId | GroupIdorg.apache.fluo |
ArtifactId | ArtifactIdfluo-project |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Fluo Project
An implementation of Percolator for Apache Accumulo
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
fluo-project-1.2.0.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.fluo/fluo-project/ -->
<dependency>
<groupId>org.apache.fluo</groupId>
<artifactId>fluo-project</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.fluo/fluo-project/
implementation 'org.apache.fluo:fluo-project:1.2.0'
// https://jarcasting.com/artifacts/org.apache.fluo/fluo-project/
implementation ("org.apache.fluo:fluo-project:1.2.0")
'org.apache.fluo:fluo-project:pom:1.2.0'
<dependency org="org.apache.fluo" name="fluo-project" rev="1.2.0">
<artifact name="fluo-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.fluo', module='fluo-project', version='1.2.0')
)
libraryDependencies += "org.apache.fluo" % "fluo-project" % "1.2.0"
[org.apache.fluo/fluo-project "1.2.0"]