Skip to content

sisioh/baseunits-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a909c60 · Jul 29, 2022
Jul 26, 2021
Apr 21, 2011
Apr 20, 2021
Apr 20, 2021
Jul 29, 2022
Apr 19, 2021
Apr 21, 2021
Apr 19, 2021
Apr 19, 2021
Apr 20, 2021
Jan 25, 2022

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

About

Baseunits for Scala

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%