hawkw / scala-common   0.1.4

MIT License GitHub

General-purpose Scala code bits

Scala versions: 2.11

scala-common

Build Status Codacy Badge Codacy Badge Coverage Dependency Status License GitHub release Bintray

General-purpose Scala code bits. Think of this as being like Apache Commons but little and in Scala.

Building & Testing:

  • $ sbt package builds the release library Jar file
  • $ sbt doc generates the ScalaDoc API documentation
  • $ sbt test runs the unit test suite
  • $ sbt bench:test runs the ScalaMeter performance tests (currently just for Linear); be advised that these can take Some Time to run.