License |
License |
---|---|
GroupId | GroupIdcom.github.alonsodomin.cron4s |
ArtifactId | ArtifactIdcron4s-core_2.12 |
Version | Version0.6.1 |
Type | Typejar |
Description |
Descriptioncore
CRON expression parser for Scala
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cron4s-core_2.12-0.6.1.pom | |
cron4s-core_2.12-0.6.1.jar | 460 KB |
cron4s-core_2.12-0.6.1-sources.jar | 43 KB |
cron4s-core_2.12-0.6.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.alonsodomin.cron4s/cron4s-core_2.12/ -->
<dependency>
<groupId>com.github.alonsodomin.cron4s</groupId>
<artifactId>cron4s-core_2.12</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alonsodomin.cron4s/cron4s-core_2.12/
implementation 'com.github.alonsodomin.cron4s:cron4s-core_2.12:0.6.1'
// https://jarcasting.com/artifacts/com.github.alonsodomin.cron4s/cron4s-core_2.12/
implementation ("com.github.alonsodomin.cron4s:cron4s-core_2.12:0.6.1")
'com.github.alonsodomin.cron4s:cron4s-core_2.12:jar:0.6.1'
<dependency org="com.github.alonsodomin.cron4s" name="cron4s-core_2.12" rev="0.6.1">
<artifact name="cron4s-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alonsodomin.cron4s', module='cron4s-core_2.12', version='0.6.1')
)
libraryDependencies += "com.github.alonsodomin.cron4s" % "cron4s-core_2.12" % "0.6.1"
[com.github.alonsodomin.cron4s/cron4s-core_2.12 "0.6.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.12 |
com.chuusai : shapeless_2.12 | jar | 2.3.3 |
org.typelevel : cats-core_2.12 | jar | 2.1.1 |
org.scala-lang.modules : scala-parser-combinators_2.12 | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.scala-js : scalajs-stubs_2.12 | jar | 0.6.33 |