MVN

net.asynchorswim : ddd

Maven & Gradle

Jul 08, 2016

ddd · Domain driven design framework for Akka 2.4.x

<dependency>
    <groupId>net.asynchorswim</groupId>
    <artifactId>ddd</artifactId>
    <version>0.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.asynchorswim : ddd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.5

All Versions

Choose a version of net.asynchorswim : ddd to add to Maven or Gradle - All Versions:

  • Version Updated
  • ddd-0.2.5

    Jul 08, 2016
  • ddd-0.2,4

    Jul 08, 2016
  • ddd-0.2.3

    Jun 25, 2016
  • ddd-0.2.2

    Jun 22, 2016
  • ddd-0.2.1

    Jun 17, 2016
  • ddd-0.2.0

    Jun 17, 2016
  • ddd-0.1.8

    May 30, 2016
  • ddd-0.1.7

    May 27, 2016
  • ddd-0.1.6

    May 21, 2016
  • ddd-0.1.5

    May 20, 2016
  • ddd-0.1.4

    May 05, 2016
  • ddd-0.1.3

    Apr 10, 2016
  • ddd-0.1.2

    Mar 24, 2016
  • ddd-0.1.1

    Dec 30, 2015
  • ddd-0.1.0

    Dec 30, 2015

How to add a dependency to Maven

Add the following net.asynchorswim : ddd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.asynchorswim</groupId>
    <artifactId>ddd</artifactId>
    <version>0.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.asynchorswim : ddd gradle dependency to your build.gradle file:

implementation 'net.asynchorswim:ddd:0.2.5'

Gradle Kotlin DSL: Add the following net.asynchorswim : ddd gradle kotlin dependency to your build.gradle.kts file:

implementation("net.asynchorswim:ddd:0.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.asynchorswim : ddd sbt scala dependency to your build.sbt file:

libraryDependencies += "net.asynchorswim" % "ddd" % "0.2.5"