Fork me on GitHub

Dependency Information

Apache Maven

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

Apache Buildr

'info.mikethomas.fahview:fahview-app:nbm-application:1.0-SNAPSHOT'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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