Dependency Information

Apache Maven

<dependency>
  <groupId>nl.b3p</groupId>
  <artifactId>b3p-commons-csw</artifactId>
  <version>8.1</version>
</dependency>

Apache Buildr

'nl.b3p:b3p-commons-csw:jar:8.1'

Apache Ivy

<dependency org="nl.b3p" name="b3p-commons-csw" rev="8.1">
  <artifact name="b3p-commons-csw" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='nl.b3p', module='b3p-commons-csw', version='8.1')
)

Gradle/Grails

compile 'nl.b3p:b3p-commons-csw:8.1'

Scala SBT

libraryDependencies += "nl.b3p" % "b3p-commons-csw" % "8.1"

Leiningen

[nl.b3p/b3p-commons-csw "8.1"]