Dependency Information

Apache Maven

<dependency>
  <groupId>org.softsmithy.lib</groupId>
  <artifactId>softsmithy-lib-core</artifactId>
  <version>1.0</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.softsmithy.lib:softsmithy-lib-core:bundle:1.0'

Apache Ant

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

Groovy Grape

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

Grails

compile 'org.softsmithy.lib:softsmithy-lib-core:1.0'

Leiningen

[org.softsmithy.lib/softsmithy-lib-core "1.0"]

SBT

libraryDependencies += "org.softsmithy.lib" %% "softsmithy-lib-core" % "1.0"