Skip to content
Vladyslav Pekker edited this page Feb 3, 2016 · 28 revisions

Spells started as a tiny util library, which was concentrating on ANSI escape codes. Over time, it evolved into a set of tools that are rather useful at devtime instead of in production, simply due to the fact, that the delivery mechanism for these tools remained to be the terminal. It is thus very easy to playing around with.

Releases

libraryDependencies += "com.github.agilesteel" %% "spells" % "1.6.1"

Snapshots

resolvers += Resolver.sonatypeRepo("snapshots")

libraryDependencies += "com.github.agilesteel" %% "spells" % "2.0.0-SNAPSHOT"

Requirements

Clone this wiki locally