Dependency Information

Apache Maven

<dependency>
  <groupId>org.woehlke.computer.kurzweil</groupId>
  <artifactId>diffusion-limited-aggregation</artifactId>
  <version>3.0.6</version>
</dependency>

Apache Buildr

'org.woehlke.computer.kurzweil:diffusion-limited-aggregation:jar:3.0.6'

Apache Ivy

<dependency org="org.woehlke.computer.kurzweil" name="diffusion-limited-aggregation" rev="3.0.6">
  <artifact name="diffusion-limited-aggregation" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.woehlke.computer.kurzweil', module='diffusion-limited-aggregation', version='3.0.6')
)

Gradle/Grails

compile 'org.woehlke.computer.kurzweil:diffusion-limited-aggregation:3.0.6'

Scala SBT

libraryDependencies += "org.woehlke.computer.kurzweil" % "diffusion-limited-aggregation" % "3.0.6"

Leiningen

[org.woehlke.computer.kurzweil/diffusion-limited-aggregation "3.0.6"]