Abhängigkeiten Information

Apache Maven

<dependency>
  <groupId>gh.funthomas424242</groupId>
  <artifactId>jbehave.example</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'gh.funthomas424242:jbehave.example:jar:1.0-SNAPSHOT'

Apache Ant

<dependency org="gh.funthomas424242" name="jbehave.example" rev="1.0-SNAPSHOT">
  <artifact name="jbehave.example" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='gh.funthomas424242', module='jbehave.example', version='1.0-SNAPSHOT')
)

Grails

compile 'gh.funthomas424242:jbehave.example:1.0-SNAPSHOT'

Leiningen

[gh.funthomas424242/jbehave.example "1.0-SNAPSHOT"]

SBT

libraryDependencies += "gh.funthomas424242" %% "jbehave.example" % "1.0-SNAPSHOT"