MVN

org.apache.fluo : fluo-api

Maven & Gradle

Apr 11, 2023
22 usages

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.

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

Latest Version

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

  • Latest Stable: 2.0.0

All Versions

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

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

How to add a dependency to Maven

Add the following org.apache.fluo : fluo-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.fluo : fluo-api gradle dependency to your build.gradle file:

implementation 'org.apache.fluo:fluo-api:2.0.0'

Gradle Kotlin DSL: Add the following org.apache.fluo : fluo-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.fluo:fluo-api:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.fluo : fluo-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.fluo" % "fluo-api" % "2.0.0"

Advertisement

Dependencies from Group

Apr 11, 2023
22 usages
Apr 11, 2023
19 usages
Apr 11, 2023
16 usages
Mar 02, 2018
7 usages
Apr 11, 2023
6 usages

Discover Dependencies

Dec 26, 2007
27 usages
May 12, 2019
2 usages
33 stars
Aug 05, 2020
14 usages
2 stars
May 09, 2020
9 usages
3 stars
jca
May 02, 2018
19 usages
395 stars
Nov 02, 2012
4 usages
Sep 24, 2022
7 usages
17.1k stars
Feb 15, 2016
2 usages
4 stars
Jun 14, 2013
7 usages
1 stars