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