Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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