Dependency Information

Apache Maven

<dependency>
  <groupId>org.woehlke.computer.kurzweil</groupId>
  <artifactId>insourcing-mandelbrot-zoom</artifactId>
  <version>3.0.2-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.woehlke.computer.kurzweil:insourcing-mandelbrot-zoom:jar:3.0.2-SNAPSHOT'

Apache Ivy

<dependency org="org.woehlke.computer.kurzweil" name="insourcing-mandelbrot-zoom" rev="3.0.2-SNAPSHOT">
  <artifact name="insourcing-mandelbrot-zoom" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.woehlke.computer.kurzweil', module='insourcing-mandelbrot-zoom', version='3.0.2-SNAPSHOT')
)

Gradle/Grails

compile 'org.woehlke.computer.kurzweil:insourcing-mandelbrot-zoom:3.0.2-SNAPSHOT'

Scala SBT

libraryDependencies += "org.woehlke.computer.kurzweil" % "insourcing-mandelbrot-zoom" % "3.0.2-SNAPSHOT"

Leiningen

[org.woehlke.computer.kurzweil/insourcing-mandelbrot-zoom "3.0.2-SNAPSHOT"]