Dependency Information

Apache Maven

<dependency>
  <groupId>org.keridwen.sample</groupId>
  <artifactId>org-keridwen-sample-helloworld</artifactId>
  <version>2.0.2-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.keridwen.sample:org-keridwen-sample-helloworld:bundle:2.0.2-SNAPSHOT'

Apache Ant

<dependency org="org.keridwen.sample" name="org-keridwen-sample-helloworld" rev="2.0.2-SNAPSHOT">
  <artifact name="org-keridwen-sample-helloworld" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.keridwen.sample', module='org-keridwen-sample-helloworld', version='2.0.2-SNAPSHOT')
)

Grails

compile 'org.keridwen.sample:org-keridwen-sample-helloworld:2.0.2-SNAPSHOT'

Leiningen

[org.keridwen.sample/org-keridwen-sample-helloworld "2.0.2-SNAPSHOT"]

SBT

libraryDependencies += "org.keridwen.sample" %% "org-keridwen-sample-helloworld" % "2.0.2-SNAPSHOT"