文件下载
文件名 操作
common-8.3.1.jar 下载
common-8.3.1.pom 下载
common-8.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.cedarsoft.commons.swing</groupId>
  <artifactId>common</artifactId>
  <version>8.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.cedarsoft.commons.swing:common:8.3.1'
Gradle Kotlin
implementation("com.cedarsoft.commons.swing:common:8.3.1")
Scala SBT
libraryDependencies += "com.cedarsoft.commons.swing" % "common" % "8.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoft.commons.swing', module='common', version='8.3.1')
)
Apache Ivy
<dependency org="com.cedarsoft.commons.swing" name="common" rev="8.3.1" />
Leiningen
[com.cedarsoft.commons.swing/common "8.3.1"]
Apache Buildr
'com.cedarsoft.commons.swing:common:jar:8.3.1'