g

gilgamesh

Gilgamesh is a new concept AI system which mixes logic programming and fuzzy logic. It can be used for several purposes.
http://gilgamesh-ai.org/
GNU Free Documentation License, Version 1.3
Eduardo Alevi
文件下载
文件名 操作
gilgamesh-0.20b.jar 下载
gilgamesh-0.20b.pom 下载
gilgamesh-0.20b-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.gilgamesh-ai</groupId>
  <artifactId>gilgamesh</artifactId>
  <version>0.20b</version>
</dependency>
Gradle Groovy
implementation 'org.gilgamesh-ai:gilgamesh:0.20b'
Gradle Kotlin
implementation("org.gilgamesh-ai:gilgamesh:0.20b")
Scala SBT
libraryDependencies += "org.gilgamesh-ai" % "gilgamesh" % "0.20b"
Groovy Grape
@Grapes(
  @Grab(group='org.gilgamesh-ai', module='gilgamesh', version='0.20b')
)
Apache Ivy
<dependency org="org.gilgamesh-ai" name="gilgamesh" rev="0.20b" />
Leiningen
[org.gilgamesh-ai/gilgamesh "0.20b"]
Apache Buildr
'org.gilgamesh-ai:gilgamesh:jar:0.20b'