Dependency Information

Apache Maven

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

Apache Buildr

'ddf.sdk:sample-soap-endpoint:bundle:2.8.0-SNAPSHOT'

Apache Ant

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

Groovy Grape

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

Grails

compile 'ddf.sdk:sample-soap-endpoint:2.8.0-SNAPSHOT'

Leiningen

[ddf.sdk/sample-soap-endpoint "2.8.0-SNAPSHOT"]

SBT

libraryDependencies += "ddf.sdk" %% "sample-soap-endpoint" % "2.8.0-SNAPSHOT"