Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>info.mikethomas.fahview</groupId>
  <artifactId>fahview-branding</artifactId>
  <version>1.0-SNAPSHOT</version>
  <type>nbm</type>
</dependency>

Apache Buildr

'info.mikethomas.fahview:fahview-branding:nbm:1.0-SNAPSHOT'

Apache Ivy

<dependency org="info.mikethomas.fahview" name="fahview-branding" rev="1.0-SNAPSHOT">
  <artifact name="fahview-branding" type="nbm" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='info.mikethomas.fahview', module='fahview-branding', version='1.0-SNAPSHOT')
)

Gradle/Grails

compile 'info.mikethomas.fahview:fahview-branding:1.0-SNAPSHOT'

Scala SBT

libraryDependencies += "info.mikethomas.fahview" % "fahview-branding" % "1.0-SNAPSHOT"

Leiningen

[info.mikethomas.fahview/fahview-branding "1.0-SNAPSHOT"]