You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,13 @@
1
-
cron-utils
2
-
===========
3
-
A Java library to parse, validate, migrate crons as well as get human readable descriptions for them. The project follows the [Semantic Versioning Convention](http://semver.org/), provides OSGi metadata and uses Apache 2.0 license.
1
+
# cron-utils
2
+
_We define crons. And support them._
3
+
4
+
5
+
cron-utils is a Java library to define, parse, validate, migrate crons as well as get human readable descriptions for them. The project follows the [Semantic Versioning Convention](http://semver.org/), provides OSGi metadata and uses Apache 2.0 license.
@@ -20,14 +16,16 @@ cron-utils is available on [Maven central](http://search.maven.org/#search%7Cga%
20
16
<dependency>
21
17
<groupId>com.cronutils</groupId>
22
18
<artifactId>cron-utils</artifactId>
23
-
<version>9.1.1</version>
19
+
<version>9.1.5</version>
24
20
</dependency>
25
21
26
22
For Android developers, cron-utils 7.0.0 assumes Android 26+. For earlier Android versions consider using cron-utils 6.0.6.
27
23
If using ScheduleExpression from Java EE, this should be provided as a runtime dependency.
28
24
29
25
**Current development**
30
26
27
+
*We are currently working to update the codebase towards JDK 16, to ensure will be fully compatible with JDK 17 when released.*
28
+
31
29
Now we are developing a new generation of cron-descriptors using neural-translation! Any kind of contributions are welcome: from help with dataset generation to machine learning models training and utilities to load them! If interested, please follow issue [#3](https://github.com/jmrozanec/cron-utils/issues/3)
32
30
33
31
**Features**
@@ -49,7 +47,7 @@ Now we are developing a new generation of cron-descriptors using neural-translat
0 commit comments