dbuschman7 / akka-crontab   0.3.3

Apache License 2.0 GitHub

Running crontabs with an Akka ActorSystem without a ton of dependencies

Scala versions: 2.12 2.11

crontab 0.3.2


Group ID:
me.lightspeed7
Artifact ID:
crontab_2.12
Version:
0.3.2
Release Date:
Sept 3, 2018
Licenses:

libraryDependencies += "me.lightspeed7" %% "crontab" % "0.3.2"
resolvers += Resolver.bintrayRepo("lightspeed7", "maven")

Mill build tool

ivy"me.lightspeed7::crontab:0.3.2"
MavenRepository("https://dl.bintray.com/lightspeed7/maven")

Scala CLI

//> using dep "me.lightspeed7::crontab:0.3.2"

Ammonite REPL

import $ivy.`me.lightspeed7::crontab:0.3.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray lightspeed7 maven",
  "Some(https://dl.bintray.com/lightspeed7/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>me.lightspeed7</groupId>
  <artifactId>crontab_2.12</artifactId>
  <version>0.3.2</version>
</dependency>

compile group: 'me.lightspeed7', name: 'crontab_2.12', version: '0.3.2'