j

javartint-gea

Crow Java Artificial Intelligence Genetics and Evolutionary Algorithms Library
Files download
File Operation
javartint-gea-1.0.1.jar download
javartint-gea-1.0.1.pom download
javartint-gea-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.yferras</groupId>
  <artifactId>javartint-gea</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.yferras:javartint-gea:1.0.1'
Gradle Kotlin
implementation("com.github.yferras:javartint-gea:1.0.1")
Scala SBT
libraryDependencies += "com.github.yferras" % "javartint-gea" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.yferras', module='javartint-gea', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.yferras" name="javartint-gea" rev="1.0.1" />
Leiningen
[com.github.yferras/javartint-gea "1.0.1"]
Apache Buildr
'com.github.yferras:javartint-gea:jar:1.0.1'