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