Files download
File Operation
common-0.6.0.jar download
common-0.6.0.pom download
common-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sebastian-toepfer.ddd</groupId>
  <artifactId>common</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.sebastian-toepfer.ddd:common:0.6.0'
Gradle Kotlin
implementation("io.github.sebastian-toepfer.ddd:common:0.6.0")
Scala SBT
libraryDependencies += "io.github.sebastian-toepfer.ddd" % "common" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sebastian-toepfer.ddd', module='common', version='0.6.0')
)
Apache Ivy
<dependency org="io.github.sebastian-toepfer.ddd" name="common" rev="0.6.0" />
Leiningen
[io.github.sebastian-toepfer.ddd/common "0.6.0"]
Apache Buildr
'io.github.sebastian-toepfer.ddd:common:jar:0.6.0'