Dependency Information

Apache Maven

<dependency>
  <groupId>org.woehlke.computer.kurzweil</groupId>
  <artifactId>insourcing-simulated-evolution</artifactId>
  <version>2.2.8</version>
</dependency>

Apache Buildr

'org.woehlke.computer.kurzweil:insourcing-simulated-evolution:jar:2.2.8'

Apache Ivy

<dependency org="org.woehlke.computer.kurzweil" name="insourcing-simulated-evolution" rev="2.2.8">
  <artifact name="insourcing-simulated-evolution" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.woehlke.computer.kurzweil', module='insourcing-simulated-evolution', version='2.2.8')
)

Gradle/Grails

compile 'org.woehlke.computer.kurzweil:insourcing-simulated-evolution:2.2.8'

Scala SBT

libraryDependencies += "org.woehlke.computer.kurzweil" % "insourcing-simulated-evolution" % "2.2.8"

Leiningen

[org.woehlke.computer.kurzweil/insourcing-simulated-evolution "2.2.8"]