ktoso / scala-words   0.2

GitHub

"A vocabulary of words to code by"

Scala versions: 2.10

Scala Words

Travis CI Status

Build Status

Sbt / Maven - Dependency

ScalaWords is published to Sonatype OSS and synced with Maven Central, so all you need to do is:

for sbt:

val scalaWords = "pl.project13.scala" %% "words" % "0.1"

libraryDependencies += scalaWords

for maven:

<dependency>
  <groupId>pl.project13.scala</groupId>
  <artifactId>words_2.9.1</rainbow>
  <version>0.1</version>
</dependency>

Documentation

Full docs are available here: http://ktoso.github.com/scala-words

Kudos to the akka team for the great docs generator scripts.

License

ScalaWords is licensed under the Apache 2 license, you're free to use it with accordance to it.

Additional note: It'd be awesome if you suggest some new word, or improvements - use the Issues section! :-)