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