License |
License |
---|---|
GroupId | GroupIdcom.github.simkuenzi |
ArtifactId | ArtifactIdcronext |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptioncom.github.simkuenzi:cronext
croNext evaluates the next schedule time for a specified cron expression.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cronext-0.1.pom | |
cronext-0.1.jar | 10 KB |
cronext-0.1-sources.jar | 6 KB |
cronext-0.1-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simkuenzi/cronext/ -->
<dependency>
<groupId>com.github.simkuenzi</groupId>
<artifactId>cronext</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simkuenzi/cronext/
implementation 'com.github.simkuenzi:cronext:0.1'
// https://jarcasting.com/artifacts/com.github.simkuenzi/cronext/
implementation ("com.github.simkuenzi:cronext:0.1")
'com.github.simkuenzi:cronext:jar:0.1'
<dependency org="com.github.simkuenzi" name="cronext" rev="0.1">
<artifact name="cronext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simkuenzi', module='cronext', version='0.1')
)
libraryDependencies += "com.github.simkuenzi" % "cronext" % "0.1"
[com.github.simkuenzi/cronext "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |