Fluo Recipes Kryo

Implementation of Common Fluo patterns

License

License

Categories

Categories

Kryo Data Data Formats Serialization
GroupId

GroupId

io.fluo
ArtifactId

ArtifactId

fluo-recipes-kryo
Last Version

Last Version

1.0.0-beta-2
Release Date

Release Date

Type

Type

jar
Description

Description

Fluo Recipes Kryo
Implementation of Common Fluo patterns
Project Organization

Project Organization

Fluo.io

Download fluo-recipes-kryo

How to add to project

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

Dependencies

compile (2)

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

test (2)

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

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