• This repository has been archived on 06/Oct/2023
  • Stars
    star
    106
  • Rank 325,871 (Top 7 %)
  • Language
    Scala
  • Created over 13 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Scala Library for Domain Driven-Design

Domain Driven-Design support library for Scala

Gitter

If you use this library, you can develop applications based on Domain Driven Design advocated by Eric Evans.

Build Status Maven Central Scaladoc Reference Status

Installation

Add the following to your sbt build (Scala 2.10.x, and Scala 2.11.x):

Release Version

for scala

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

libraryDependencies += "org.sisioh" %% "scala-dddbase" % "0.2.12"

for scala.js

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

libraryDependencies += "org.sisioh" %% "scala-dddbase" % "0.2.12"

Snapshot Version

for scala

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

libraryDependencies += "org.sisioh" %% "scala-dddbase" % "0.2.13-SNAPSHOT"

for scala.js

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

libraryDependencies += "org.sisioh" %% "scala-dddbase" % "0.2.13-SNAPSHOT"

Short url

http://git.io/scala-dddbase