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