Dependency Information

Apache Maven

<dependency>
  <groupId>org.softsmithy.lib</groupId>
  <artifactId>softsmithy-lib-beans</artifactId>
  <version>0.6</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.softsmithy.lib:softsmithy-lib-beans:bundle:0.6'

Apache Ant

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

Groovy Grape

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

Grails

compile 'org.softsmithy.lib:softsmithy-lib-beans:0.6'

Leiningen

[org.softsmithy.lib/softsmithy-lib-beans "0.6"]

SBT

libraryDependencies += "org.softsmithy.lib" %% "softsmithy-lib-beans" % "0.6"