License |
License |
---|---|
GroupId | GroupIdcom.github.stuxuhai |
ArtifactId | ArtifactIdjcron |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjcron
Cron expression parser for java
|
Filename | Size |
---|---|
jcron-1.0.1.pom | |
jcron-1.0.1.jar | 30 KB |
jcron-1.0.1-sources.jar | 14 KB |
jcron-1.0.1-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stuxuhai/jcron/ -->
<dependency>
<groupId>com.github.stuxuhai</groupId>
<artifactId>jcron</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stuxuhai/jcron/
implementation 'com.github.stuxuhai:jcron:1.0.1'
// https://jarcasting.com/artifacts/com.github.stuxuhai/jcron/
implementation ("com.github.stuxuhai:jcron:1.0.1")
'com.github.stuxuhai:jcron:jar:1.0.1'
<dependency org="com.github.stuxuhai" name="jcron" rev="1.0.1">
<artifact name="jcron" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stuxuhai', module='jcron', version='1.0.1')
)
libraryDependencies += "com.github.stuxuhai" % "jcron" % "1.0.1"
[com.github.stuxuhai/jcron "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
joda-time : joda-time | jar | 2.9.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |