Dependency Information

Apache Maven

<dependency>
  <groupId>org.softsmithy.lib</groupId>
  <artifactId>softsmithy-lib-all</artifactId>
  <version>0.6</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.softsmithy.lib:softsmithy-lib-all:pom:0.6'

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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