p

parent-pom

Tweety is a collection of various Java libraries that implement approaches to different areas of artificial intelligence. In particular, it provides a general interface layer for doing research and working with different knowledge representation formalisms such as classical logics, conditional logics, probabilistic logics, and argumentation. Furthermore, Tweety contains libraries for dealing with agents, multi-agent systems, and dialog systems for agents, as well as belief revision, preference reasoning, preference aggregation, and action languages. A series of utility libraries that deal with e.g. mathematical optimization complement the collection.
http://tweetyproject.org
The General Public License, Version 3.0
Matthias Thimm
文件下载
文件名 操作
parent-pom-1.5.pom 下载
Apache Maven
<dependency>
  <groupId>net.sf.tweety</groupId>
  <artifactId>parent-pom</artifactId>
  <version>1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.tweety:parent-pom:1.5'
Gradle Kotlin
implementation("net.sf.tweety:parent-pom:1.5")
Scala SBT
libraryDependencies += "net.sf.tweety" % "parent-pom" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.tweety', module='parent-pom', version='1.5')
)
Apache Ivy
<dependency org="net.sf.tweety" name="parent-pom" rev="1.5" />
Leiningen
[net.sf.tweety/parent-pom "1.5"]
Apache Buildr
'net.sf.tweety:parent-pom:jar:1.5'
本项目依赖
该项目无第三方依赖