Download jenetics-4.1.0.jar file - Jar j

Jar examples for j:jenetics

Description

Jenetics - Java Genetic Algorithm Library

You can download jar file jenetics 4.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jenetics-4.1.0.jar to your project.

<dependency>
   <groupId>io.jenetics</groupId>
   <artifactId>jenetics</artifactId>
   <version>4.1.0</version>
</dependency>
compile group: 'io.jenetics', name: 'jenetics', version: '4.1.0'
libraryDependencies += "io.jenetics" % "jenetics" % "4.1.0"
<dependency org="io.jenetics" name="jenetics" rev="4.1.0"/>
@Grapes(@Grab(group='io.jenetics', module='jenetics', version='4.1.0'))
'io.jenetics:jenetics:jar:4.1.0'

Download

Click the following link to download the jar file.

jenetics-4.1.0-javadoc.jar
jenetics-4.1.0-sources.jar
jenetics-4.1.0.jar
jenetics-4.1.0.pom



Related Tutorials