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