Dependency Information

Apache Maven

<dependency>
  <groupId>org.codice.ddf.spatial</groupId>
  <artifactId>spatial-wfs-converter</artifactId>
  <version>2.9.0-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.codice.ddf.spatial:spatial-wfs-converter:bundle:2.9.0-SNAPSHOT'

Apache Ant

<dependency org="org.codice.ddf.spatial" name="spatial-wfs-converter" rev="2.9.0-SNAPSHOT">
  <artifact name="spatial-wfs-converter" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.codice.ddf.spatial', module='spatial-wfs-converter', version='2.9.0-SNAPSHOT')
)

Grails

compile 'org.codice.ddf.spatial:spatial-wfs-converter:2.9.0-SNAPSHOT'

Leiningen

[org.codice.ddf.spatial/spatial-wfs-converter "2.9.0-SNAPSHOT"]

SBT

libraryDependencies += "org.codice.ddf.spatial" %% "spatial-wfs-converter" % "2.9.0-SNAPSHOT"