Dependency Information

Apache Maven

<dependency>
  <groupId>org.softsmithy.lib</groupId>
  <artifactId>softsmithy-lib-compiler</artifactId>
  <version>0.9</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.softsmithy.lib:softsmithy-lib-compiler:bundle:0.9'

Apache Ant

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

Groovy Grape

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

Grails

compile 'org.softsmithy.lib:softsmithy-lib-compiler:0.9'

Leiningen

[org.softsmithy.lib/softsmithy-lib-compiler "0.9"]

SBT

libraryDependencies += "org.softsmithy.lib" %% "softsmithy-lib-compiler" % "0.9"