Fork me on GitHub

Dependency Information

Apache Maven

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

Apache Buildr

'info.mikethomas.fahview:fahview:pom:1.0-SNAPSHOT'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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