Dependency Information

Apache Maven

<dependency>
  <groupId>com.atlassian.jgitflow</groupId>
  <artifactId>jgit-flow</artifactId>
  <version>0.8-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.atlassian.jgitflow:jgit-flow:pom:0.8-SNAPSHOT'

Apache Ant

<dependency org="com.atlassian.jgitflow" name="jgit-flow" rev="0.8-SNAPSHOT">
  <artifact name="jgit-flow" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.atlassian.jgitflow', module='jgit-flow', version='0.8-SNAPSHOT')
)

Grails

compile 'com.atlassian.jgitflow:jgit-flow:0.8-SNAPSHOT'

Leiningen

[com.atlassian.jgitflow/jgit-flow "0.8-SNAPSHOT"]

SBT

libraryDependencies += "com.atlassian.jgitflow" %% "jgit-flow" % "0.8-SNAPSHOT"