MVN

org.gilgamesh-ai : gilgamesh

Maven & Gradle

Apr 27, 2019
2 stars

Gilgamesh Artificial Intelligence Project · Gilgamesh is a new concept AI system which mixes logic programming and fuzzy logic. It can be used for several purposes.

<dependency>
    <groupId>org.gilgamesh-ai</groupId>
    <artifactId>gilgamesh</artifactId>
    <version>0.20b</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.gilgamesh-ai : gilgamesh to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20b

All Versions

Choose a version of org.gilgamesh-ai : gilgamesh to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20b
gilgamesh-0.20b

How to add a dependency to Maven

Add the following org.gilgamesh-ai : gilgamesh maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.gilgamesh-ai</groupId>
    <artifactId>gilgamesh</artifactId>
    <version>0.20b</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.gilgamesh-ai : gilgamesh gradle dependency to your build.gradle file:

implementation 'org.gilgamesh-ai:gilgamesh:0.20b'

Gradle Kotlin DSL: Add the following org.gilgamesh-ai : gilgamesh gradle kotlin dependency to your build.gradle.kts file:

implementation("org.gilgamesh-ai:gilgamesh:0.20b")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.gilgamesh-ai : gilgamesh sbt scala dependency to your build.sbt file:

libraryDependencies += "org.gilgamesh-ai" % "gilgamesh" % "0.20b"