Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/primordialmoros/tasker
Task scheduling framework for the JVM
https://github.com/primordialmoros/tasker
Last synced: about 1 month ago
JSON representation
Task scheduling framework for the JVM
- Host: GitHub
- URL: https://github.com/primordialmoros/tasker
- Owner: PrimordialMoros
- License: gpl-3.0
- Created: 2023-01-07T22:18:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T21:48:35.000Z (5 months ago)
- Last Synced: 2024-07-23T01:38:21.362Z (5 months ago)
- Language: Java
- Homepage:
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tasker
[![License](https://img.shields.io/github/license/PrimordialMoros/Tasker?color=blue&style=flat-square)](LICENSE)
[![Maven Central](https://img.shields.io/maven-central/v/me.moros/tasker-core?style=flat-square)](https://search.maven.org/artifact/me.moros/tasker-core)
[![Javadoc](https://img.shields.io/badge/docs-javadocs-informational?style=flat-square)](https://javadoc.io/doc/me.moros/tasker-core)## Building
This project requires Java 21 or newer and uses Gradle (which comes with a wrapper, so you don't need to install it).
Open a terminal and run `./gradlew build`