Dependency Information

Apache Maven

<dependency>
  <groupId>org.gbif</groupId>
  <artifactId>gbif-common-ws</artifactId>
  <version>1.27-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.gbif:gbif-common-ws:jar:1.27-SNAPSHOT'

Apache Ivy

<dependency org="org.gbif" name="gbif-common-ws" rev="1.27-SNAPSHOT">
  <artifact name="gbif-common-ws" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.gbif', module='gbif-common-ws', version='1.27-SNAPSHOT')
)

Gradle/Grails

compile 'org.gbif:gbif-common-ws:1.27-SNAPSHOT'

Scala SBT

libraryDependencies += "org.gbif" % "gbif-common-ws" % "1.27-SNAPSHOT"

Leiningen

[org.gbif/gbif-common-ws "1.27-SNAPSHOT"]