d

ddd-templates

Xtend based domain-driven design (DDD) code generation templates for use with SrcGen4J
http://www.fuin.org/ddd-templates/
文件下载
文件名 操作
ddd-templates-0.1.0.jar 下载
ddd-templates-0.1.0.pom 下载
ddd-templates-0.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.fuin.dsl.ddd</groupId>
  <artifactId>ddd-templates</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.fuin.dsl.ddd:ddd-templates:0.1.0'
Gradle Kotlin
implementation("org.fuin.dsl.ddd:ddd-templates:0.1.0")
Scala SBT
libraryDependencies += "org.fuin.dsl.ddd" % "ddd-templates" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.fuin.dsl.ddd', module='ddd-templates', version='0.1.0')
)
Apache Ivy
<dependency org="org.fuin.dsl.ddd" name="ddd-templates" rev="0.1.0" />
Leiningen
[org.fuin.dsl.ddd/ddd-templates "0.1.0"]
Apache Buildr
'org.fuin.dsl.ddd:ddd-templates:jar:0.1.0'