Fluo Recipes

Implementation of Common Fluo patterns

License

License

GroupId

GroupId

io.fluo
ArtifactId

ArtifactId

fluo-recipes-core
Last Version

Last Version

1.0.0-beta-2
Release Date

Release Date

Type

Type

jar
Description

Description

Fluo Recipes
Implementation of Common Fluo patterns
Project Organization

Project Organization

Fluo.io

Download fluo-recipes-core

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.esotericsoftware : kryo jar 3.0.3
io.fluo : fluo-api jar 1.0.0-beta-2

test (4)

Group / Artifact Type Version
io.fluo : fluo-core jar 1.0.0-beta-2
io.fluo : fluo-mini jar 1.0.0-beta-2
junit : junit jar 4.12
org.easymock : easymock jar 3.4

Project Modules

There are no modules declared in this project.

Apache Fluo Recipes

Build Status Apache License

Fluo Recipes are common code for Apache Fluo application developers.

Fluo Recipes build on the Fluo API to offer additional functionality to developers. They are published separately from Fluo on their own release schedule. This allows Fluo Recipes to iterate and innovate faster than Fluo (which will maintain a more minimal API on a slower release cycle). Fluo Recipes offers code to implement common patterns on top of Fluo's API. It also offers glue code to external libraries like Spark and Kryo.

Getting Started

Versions

Version
1.0.0-beta-2
1.0.0-beta-1