Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Latest commit

 

History

History
43 lines (30 loc) · 1.03 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.03 KB

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! :-)