Dependency Information

Apache Maven

<dependency>
  <groupId>ddf.distribution</groupId>
  <artifactId>sample-soap-endpoint</artifactId>
  <version>2.9.0-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'ddf.distribution:sample-soap-endpoint:bundle:2.9.0-SNAPSHOT'

Apache Ant

<dependency org="ddf.distribution" name="sample-soap-endpoint" rev="2.9.0-SNAPSHOT">
  <artifact name="sample-soap-endpoint" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='ddf.distribution', module='sample-soap-endpoint', version='2.9.0-SNAPSHOT')
)

Grails

compile 'ddf.distribution:sample-soap-endpoint:2.9.0-SNAPSHOT'

Leiningen

[ddf.distribution/sample-soap-endpoint "2.9.0-SNAPSHOT"]

SBT

libraryDependencies += "ddf.distribution" %% "sample-soap-endpoint" % "2.9.0-SNAPSHOT"