Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>info.mikethomas.fahweb</groupId>
  <artifactId>fahweb</artifactId>
  <version>1.0-SNAPSHOT</version>
  <type>war</type>
</dependency>

Apache Buildr

'info.mikethomas.fahweb:fahweb:war:1.0-SNAPSHOT'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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