Apache Maven

<dependency>
  <groupId>ca.bc.gov.open.cpf.plugins</groupId>
  <artifactId>mandelbrot</artifactId>
  <version>6.1.x-SNAPSHOT</version>
</dependency>

Apache Buildr

'ca.bc.gov.open.cpf.plugins:mandelbrot:jar:6.1.x-SNAPSHOT'

Apache Ivy

<dependency org="ca.bc.gov.open.cpf.plugins" name="mandelbrot" rev="6.1.x-SNAPSHOT">
  <artifact name="mandelbrot" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='ca.bc.gov.open.cpf.plugins', module='mandelbrot', version='6.1.x-SNAPSHOT')
)

Gradle/Grails

compile 'ca.bc.gov.open.cpf.plugins:mandelbrot:6.1.x-SNAPSHOT'

Scala SBT

libraryDependencies += "ca.bc.gov.open.cpf.plugins" % "mandelbrot" % "6.1.x-SNAPSHOT"

Leiningen

[ca.bc.gov.open.cpf.plugins/mandelbrot "6.1.x-SNAPSHOT"]