d

ddd

Tutorial describing concepts of Domain Driven Design and best practices for applying Domain Driven Design.
文件下载
文件名 操作
ddd-0.1.14.jar 下载
ddd-0.1.14.pom 下载
ddd-0.1.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.uniknow.agiledev.tutorials</groupId>
  <artifactId>ddd</artifactId>
  <version>0.1.14</version>
</dependency>
Gradle Groovy
implementation 'org.uniknow.agiledev.tutorials:ddd:0.1.14'
Gradle Kotlin
implementation("org.uniknow.agiledev.tutorials:ddd:0.1.14")
Scala SBT
libraryDependencies += "org.uniknow.agiledev.tutorials" % "ddd" % "0.1.14"
Groovy Grape
@Grapes(
  @Grab(group='org.uniknow.agiledev.tutorials', module='ddd', version='0.1.14')
)
Apache Ivy
<dependency org="org.uniknow.agiledev.tutorials" name="ddd" rev="0.1.14" />
Leiningen
[org.uniknow.agiledev.tutorials/ddd "0.1.14"]
Apache Buildr
'org.uniknow.agiledev.tutorials:ddd:jar:0.1.14'