MVN

org.asyncflows : asyncflows-parent

Maven & Gradle

Oct 16, 2019
5 stars

The framework provides DSL for easy and modular construction of asynchronous processes from simpler constructs. The framework is mostly targeted to IO-bound processes and it is not intended for CPU-bound processes.

<dependency>
    <groupId>org.asyncflows</groupId>
    <artifactId>asyncflows-parent</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.asyncflows : asyncflows-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of org.asyncflows : asyncflows-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
asyncflows-parent-0.1.1
asyncflows-parent-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.asyncflows</groupId>
    <artifactId>asyncflows-parent</artifactId>
    <version>0.1.1</version>
</dependency>

Advertisement