com.holon-platform.reactor:holon-reactor-bom-platform

Holon Project Reactor (Bill of Materials) with Reactor dependencies

License

License

Categories

Categories

React User Interface Web Frameworks ORM Data Reactor Container Microservices Reactive libraries
GroupId

GroupId

com.holon-platform.reactor
ArtifactId

ArtifactId

holon-reactor-bom-platform
Last Version

Last Version

5.5.0
Release Date

Release Date

Type

Type

pom
Description

Description

com.holon-platform.reactor:holon-reactor-bom-platform
Holon Project Reactor (Bill of Materials) with Reactor dependencies
Project URL

Project URL

https://holon-platform.com
Project Organization

Project Organization

The Holon Platform

Download holon-reactor-bom-platform

How to add to project

<!-- https://jarcasting.com/artifacts/com.holon-platform.reactor/holon-reactor-bom-platform/ -->
<dependency>
    <groupId>com.holon-platform.reactor</groupId>
    <artifactId>holon-reactor-bom-platform</artifactId>
    <version>5.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.reactor/holon-reactor-bom-platform/
implementation 'com.holon-platform.reactor:holon-reactor-bom-platform:5.5.0'
// https://jarcasting.com/artifacts/com.holon-platform.reactor/holon-reactor-bom-platform/
implementation ("com.holon-platform.reactor:holon-reactor-bom-platform:5.5.0")
'com.holon-platform.reactor:holon-reactor-bom-platform:pom:5.5.0'
<dependency org="com.holon-platform.reactor" name="holon-reactor-bom-platform" rev="5.5.0">
  <artifact name="holon-reactor-bom-platform" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.reactor', module='holon-reactor-bom-platform', version='5.5.0')
)
libraryDependencies += "com.holon-platform.reactor" % "holon-reactor-bom-platform" % "5.5.0"
[com.holon-platform.reactor/holon-reactor-bom-platform "5.5.0"]

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.2
org.junit.jupiter : junit-jupiter-engine jar 5.6.2

Project Modules

There are no modules declared in this project.

Holon platform Project Reactor integration

Latest release: 5.5.0

This is the Reactor module of the Holon Platform, which provides integration with the Project Reactor APIs, a reactive library for building non-blocking applications on the JVM based on the Reactive Streams Specification.

Code structure

See Holon Platform code structure and conventions to learn about the "real Java API" philosophy with which the project codebase is developed and organized.

Getting started

System requirements

The Holon Platform is built using Java 8, so you need a JRE/JDK version 8 or above to use the platform artifacts.

Releases

See releases for the available releases. Each release tag provides a link to the closed issues.

Obtain the artifacts

The Holon Platform is open source and licensed under the Apache 2.0 license. All the artifacts (including binaries, sources and javadocs) are available from the Maven Central repository.

The Maven group id for this module is com.holon-platform.reactor and a BOM (Bill of Materials) is provided to obtain the module artifacts:

Maven BOM:

<dependencyManagement>
    <dependency>
        <groupId>com.holon-platform.reactor</groupId>
        <artifactId>holon-reactor-bom</artifactId>
        <version>5.5.0</version>
        <type>pom</type>
        <scope>import</scope>
    </dependency>
</dependencyManagement>

See the Artifacts list for a list of the available artifacts of this module.

Using the Platform BOM

The Holon Platform provides an overall Maven BOM (Bill of Materials) to easily obtain all the available platform artifacts:

Platform Maven BOM:

<dependencyManagement>
    <dependency>
        <groupId>com.holon-platform</groupId>
        <artifactId>bom</artifactId>
        <version>${platform-version}</version>
        <type>pom</type>
        <scope>import</scope>
    </dependency>
</dependencyManagement>

See the Artifacts list for a list of the available artifacts of this module.

Build from sources

You can build the sources using Maven (version 3.3.x or above is recommended) like this:

mvn clean install

Getting help

Examples

See the Holon Platform examples repository for a set of example projects.

Contribute

See Contributing to the Holon Platform.

Gitter chat Join the contribute Gitter room for any question and to contact us.

License

All the Holon Platform modules are Open Source software released under the Apache 2.0 license.

Artifacts list

Maven group id: com.holon-platform.reactor

Artifact id Description
holon-reactor-datastore Project Reactor integration for the Holon Platform Datastore API, using Mono and Flux as API operations result
holon-reactor-http Project Reactor integration for the Holon Platform RestClient API, using Mono and Flux as API operations result
holon-reactor-spring Spring webflux WebClient implementation of the Holon Platform RestClient API
holon-reactor-bom Bill Of Materials
holon-reactor-bom-platform Bill Of Materials with Project Reactor dependencies
documentation-reactor Documentation
com.holon-platform.reactor

Holon Platform

The Holon Platform is a Java development ecosystem to create and maintain high quality, enteprise-grade web applications and services.

Versions

Version
5.5.0
5.4.0
5.3.0
5.2.3
5.2.2
5.2.1
5.2.0
5.2.0-rc2
5.2.0-rc1
5.2.0-alpha2