MVN

codes.rafael.task : task

Maven & Gradle

Feb 27, 2023
0 stars

Generic task processing for Java · This library implements a minimal framework for handling an ordered queue of tasks that is both suitable for stream and batch processing.

<dependency>
    <groupId>codes.rafael.task</groupId>
    <artifactId>task</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of codes.rafael.task : task to add to Maven - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of codes.rafael.task : task to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7
task-1.7
1.6
task-1.6
1.5
task-1.5
1.4
task-1.4
1.3
task-1.3
1.2
task-1.2
1.1
task-1.1
1.0
task-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>codes.rafael.task</groupId>
    <artifactId>task</artifactId>
    <version>1.7</version>
</dependency>

Advertisement