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