Skip to content

sisioh/baseunits-scala

 
 

Repository files navigation

Baseunits for Scala

This is a class library including domain models to deal with time and money.

The original product of our baseunits is Time & Money Library, Open Source library(MIT License) developed by Eric Evans with others. It is a very meaningful example of Domain Driven-Design. Even more remarkable, it contributes a lot to programming Time and Money in Java.

Unfortunately, according to Domain Language, Inc., Time & Money Library is no longer active.

Scala version of this library

Actions Status: CI Scala Steward badge Maven Central Scaladoc License

Installation

Add the following to your sbt build (Scala 2.11.x, Scala 2.12.x, Scala 2.13.x):

Release Version

val version = "..."

libraryDependencies += "org.sisioh" %% "baseunits-scala" % version

Snapshot Version

resolvers += "Sonatype OSS Snapshot Repository" at "https://oss.sonatype.org/content/repositories/snapshots/"

val version = "..."

libraryDependencies += "org.sisioh" %% "baseunits-scala" % version