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