Dependency Information

Apache Maven

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

Apache Buildr

'org.softsmithy.devlib:softsmithy-devlib:pom:1.1.1'

Apache Ant

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

Groovy Grape

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

Grails

compile 'org.softsmithy.devlib:softsmithy-devlib:1.1.1'

Leiningen

[org.softsmithy.devlib/softsmithy-devlib "1.1.1"]

SBT

libraryDependencies += "org.softsmithy.devlib" %% "softsmithy-devlib" % "1.1.1"