Dependency Information

Apache Maven

<dependency>
  <groupId>org.softsmithy.devlib</groupId>
  <artifactId>softsmithy-devlib-core</artifactId>
  <version>2.1-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.softsmithy.devlib:softsmithy-devlib-core:bundle:2.1-SNAPSHOT'

Apache Ant

<dependency org="org.softsmithy.devlib" name="softsmithy-devlib-core" rev="2.1-SNAPSHOT">
  <artifact name="softsmithy-devlib-core" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.softsmithy.devlib', module='softsmithy-devlib-core', version='2.1-SNAPSHOT')
)

Grails

compile 'org.softsmithy.devlib:softsmithy-devlib-core:2.1-SNAPSHOT'

Leiningen

[org.softsmithy.devlib/softsmithy-devlib-core "2.1-SNAPSHOT"]

SBT

libraryDependencies += "org.softsmithy.devlib" %% "softsmithy-devlib-core" % "2.1-SNAPSHOT"