Skip to content
Vladyslav Pekker edited this page Dec 28, 2015 · 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 these tools delivery mechanism remained to be the terminal. It is thus very easy to start using it.

Releases

resolvers += Resolver.sonatypeRepo("releases") // optional, but quicker

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