Apache Fluo API

This module contains all API code for Apache Fluo. External dependencies should be limited. Any changes to public methods should be avoided. While the API module does not have compile time dependency on fluo-core, you must include fluo-core as a run-time dependency.

License

License

GroupId

GroupId

org.apache.fluo
ArtifactId

ArtifactId

fluo-api
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Fluo API
This module contains all API code for Apache Fluo. External dependencies should be limited. Any changes to public methods should be avoided. While the API module does not have compile time dependency on fluo-core, you must include fluo-core as a run-time dependency.
Project Organization

Project Organization

The Apache Software Foundation

Download fluo-api

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.fluo/fluo-api/ -->
<dependency>
    <groupId>org.apache.fluo</groupId>
    <artifactId>fluo-api</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.fluo/fluo-api/
implementation 'org.apache.fluo:fluo-api:1.2.0'
// https://jarcasting.com/artifacts/org.apache.fluo/fluo-api/
implementation ("org.apache.fluo:fluo-api:1.2.0")
'org.apache.fluo:fluo-api:jar:1.2.0'
<dependency org="org.apache.fluo" name="fluo-api" rev="1.2.0">
  <artifact name="fluo-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.fluo', module='fluo-api', version='1.2.0')
)
libraryDependencies += "org.apache.fluo" % "fluo-api" % "1.2.0"
[org.apache.fluo/fluo-api "1.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava jar 13.0.1
commons-configuration : commons-configuration jar 1.10
org.slf4j : slf4j-api jar 1.7.12

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0-incubating
1.0.0-incubating