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