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