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