Dependency Information

Apache Maven

<dependency>
  <groupId>be.unamur.info</groupId>
  <artifactId>vibes</artifactId>
  <version>1.1.6-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'be.unamur.info:vibes:pom:1.1.6-SNAPSHOT'

Apache Ant

<dependency org="be.unamur.info" name="vibes" rev="1.1.6-SNAPSHOT">
  <artifact name="vibes" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='be.unamur.info', module='vibes', version='1.1.6-SNAPSHOT')
)

Grails

compile 'be.unamur.info:vibes:1.1.6-SNAPSHOT'

Leiningen

[be.unamur.info/vibes "1.1.6-SNAPSHOT"]

SBT

libraryDependencies += "be.unamur.info" %% "vibes" % "1.1.6-SNAPSHOT"