MVN

eu.timerertim.knevo : knevo

Maven & Gradle

Nov 30, 2021
3 stars

Knevo · Kotlin (and Java) Neuroevolution library featuring multiple algorithms, coroutines and serialization

<dependency>
    <groupId>eu.timerertim.knevo</groupId>
    <artifactId>knevo</artifactId>
    <version>0.2.0-RC</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.timerertim.knevo : knevo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0-RC
  • Latest Release Candidate: 0.2.0-RC
  • Latest Beta: 0.1.0-BETA
  • Latest Alpha: 0.1.0-alpha

All Versions

Choose a version of eu.timerertim.knevo : knevo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
knevo-0.2.0-RC
0.1.x
knevo-0.1.0-RC2
knevo-0.1.0-RC1
knevo-0.1.0-BETA
knevo-0.1.0-alpha

How to add a dependency to Maven

Add the following eu.timerertim.knevo : knevo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.timerertim.knevo</groupId>
    <artifactId>knevo</artifactId>
    <version>0.2.0-RC</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.timerertim.knevo : knevo gradle dependency to your build.gradle file:

implementation 'eu.timerertim.knevo:knevo:0.2.0-RC'

Gradle Kotlin DSL: Add the following eu.timerertim.knevo : knevo gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.timerertim.knevo:knevo:0.2.0-RC")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.timerertim.knevo : knevo sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.timerertim.knevo" % "knevo" % "0.2.0-RC"