d

domain-driven-desgin

A library for creating better systems according to domain driven design. Starting with creating representations (also known as media without) getters/setters, for more information read: https://www.yegor256.com/2016/04/05/printers-instead-of-getters.html
https://github.com/sebastian-toepfer/domain-driven-desgin
MIT License
Sebastian Toepfer
Files download
File Operation
domain-driven-desgin-0.6.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.sebastian-toepfer.ddd</groupId>
  <artifactId>domain-driven-desgin</artifactId>
  <version>0.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.sebastian-toepfer.ddd:domain-driven-desgin:0.6.0'
Gradle Kotlin
implementation("io.github.sebastian-toepfer.ddd:domain-driven-desgin:0.6.0")
Scala SBT
libraryDependencies += "io.github.sebastian-toepfer.ddd" % "domain-driven-desgin" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sebastian-toepfer.ddd', module='domain-driven-desgin', version='0.6.0')
)
Apache Ivy
<dependency org="io.github.sebastian-toepfer.ddd" name="domain-driven-desgin" rev="0.6.0" />
Leiningen
[io.github.sebastian-toepfer.ddd/domain-driven-desgin "0.6.0"]
Apache Buildr
'io.github.sebastian-toepfer.ddd:domain-driven-desgin:jar:0.6.0'
Dependencies
The project has no third-party dependencies