| License |
License |
|---|---|
| GroupId | GroupIdcom.cronutils |
| ArtifactId | ArtifactIdcron-utils |
| Last Version | Last Version9.1.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncron-utils
A Java library to parse, migrate and validate crons as well as describe them in human readable
language
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cron-utils-9.1.6.pom | |
| cron-utils-9.1.6.jar | 152 KB |
| cron-utils-9.1.6-sources.jar | 114 KB |
| cron-utils-9.1.6-javadoc.jar | 433 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cronutils/cron-utils/ -->
<dependency>
<groupId>com.cronutils</groupId>
<artifactId>cron-utils</artifactId>
<version>9.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.cronutils/cron-utils/
implementation 'com.cronutils:cron-utils:9.1.6'
// https://jarcasting.com/artifacts/com.cronutils/cron-utils/
implementation ("com.cronutils:cron-utils:9.1.6")
'com.cronutils:cron-utils:jar:9.1.6'
<dependency org="com.cronutils" name="cron-utils" rev="9.1.6">
<artifact name="cron-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cronutils', module='cron-utils', version='9.1.6')
)
libraryDependencies += "com.cronutils" % "cron-utils" % "9.1.6"
[com.cronutils/cron-utils "9.1.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.javassist : javassist | jar | 3.27.0-GA |
| org.glassfish : javax.el | jar | 3.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.validation : validation-api | jar | 2.0.1.Final |
| javax.el : javax.el-api | jar | 3.0.0 |
| org.projectlombok : lombok | jar | 1.18.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.30 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |
| org.mockito : mockito-junit-jupiter | jar | 3.9.0 |
| org.powermock : powermock-module-junit4 | jar | 2.0.9 |
| org.powermock : powermock-api-mockito2 | jar | 2.0.9 |
| org.quartz-scheduler : quartz | jar | 2.3.2 |
| org.apache.bval : bval-jsr | jar | 2.0.5 |
| org.springframework : spring-context | jar | 5.3.6 |