jmrozanec / cron-utils-spring

A Java library to describe cron expressions in human readable language at Spring framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cron-utils-spring

A Java library to describe cron expressions in human readable language at Spring framework, using cron-utils. The project follows the Semantic Versioning Convention and uses Apache 2.0 license.

Download

cron-utils-spring is available on Maven central repository.

<dependency>
    <groupId>com.cronutils</groupId>
    <artifactId>cron-utils-spring</artifactId>
    <version>1.0.1</version>
</dependency>

Contribute & Support!

Contributions are welcome! You can contribute by

  • starring and/or Flattring this repo!
  • requesting or adding new features.
  • enhancing existing code: ex.: provide more accurate description cases
  • testing
  • enhancing documentation
  • providing translations to support new locales
  • bringing suggestions and reporting bugs
  • spreading the word / telling us how you use it!

Check our page! For stats about the project, you can visit our OpenHUB profile.

Support us donating once or by subscription through Flattr!

Flattr this!

About

A Java library to describe cron expressions in human readable language at Spring framework

License:Apache License 2.0


Languages

Language:Java 100.0%