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