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