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