MVN

org.apache.fluo : fluo

Maven & Gradle

Apr 11, 2023

Apache Fluo Distribution · This module produces a tarball distribution of Apache Fluo. It contains all of the default configuration and scripts required for the distribution.

<dependency>
    <groupId>org.apache.fluo</groupId>
    <artifactId>fluo</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.fluo : fluo to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.apache.fluo : fluo to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
fluo-2.0.0
1.2.x
fluo-1.2.0
1.1.x
fluo-1.1.0-incubating
1.0.x
fluo-1.0.0-incubating

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.fluo</groupId>
    <artifactId>fluo</artifactId>
    <version>2.0.0</version>
</dependency>

Advertisement