Dependency Information

Apache Maven

<dependency>
  <groupId>org.softsmithy.lib</groupId>
  <artifactId>softsmithy-lib-awt</artifactId>
  <version>0.7</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.softsmithy.lib:softsmithy-lib-awt:bundle:0.7'

Apache Ant

<dependency org="org.softsmithy.lib" name="softsmithy-lib-awt" rev="0.7">
  <artifact name="softsmithy-lib-awt" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.softsmithy.lib', module='softsmithy-lib-awt', version='0.7')
)

Grails

compile 'org.softsmithy.lib:softsmithy-lib-awt:0.7'

Leiningen

[org.softsmithy.lib/softsmithy-lib-awt "0.7"]

SBT

libraryDependencies += "org.softsmithy.lib" %% "softsmithy-lib-awt" % "0.7"