e

ea-ddd-infrastructure-presentation-misc

misc utility and objects meant for use in the infrastructure or presentation layers of a ddd inspired service
https://earty.info
The Apache License, Version 2.0
Erik Artymiuk
Files download
File Operation
ea-ddd-infrastructure-presentation-misc-1.0.0.jar download
ea-ddd-infrastructure-presentation-misc-1.0.0.pom download
ea-ddd-infrastructure-presentation-misc-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>info.earty</groupId>
  <artifactId>ea-ddd-infrastructure-presentation-misc</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'info.earty:ea-ddd-infrastructure-presentation-misc:1.0.0'
Gradle Kotlin
implementation("info.earty:ea-ddd-infrastructure-presentation-misc:1.0.0")
Scala SBT
libraryDependencies += "info.earty" % "ea-ddd-infrastructure-presentation-misc" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='info.earty', module='ea-ddd-infrastructure-presentation-misc', version='1.0.0')
)
Apache Ivy
<dependency org="info.earty" name="ea-ddd-infrastructure-presentation-misc" rev="1.0.0" />
Leiningen
[info.earty/ea-ddd-infrastructure-presentation-misc "1.0.0"]
Apache Buildr
'info.earty:ea-ddd-infrastructure-presentation-misc:jar:1.0.0'