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