Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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

Back to top

Version: 5.0.6-SNAPSHOT. Last Published: 2017-Feb-07.