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
Files download
File Operation
parent-pom-1.17.pom download
Apache Maven
<dependency>
  <groupId>net.sf.tweety</groupId>
  <artifactId>parent-pom</artifactId>
  <version>1.17</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.tweety:parent-pom:1.17'
Gradle Kotlin
implementation("net.sf.tweety:parent-pom:1.17")
Scala SBT
libraryDependencies += "net.sf.tweety" % "parent-pom" % "1.17"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.tweety', module='parent-pom', version='1.17')
)
Apache Ivy
<dependency org="net.sf.tweety" name="parent-pom" rev="1.17" />
Leiningen
[net.sf.tweety/parent-pom "1.17"]
Apache Buildr
'net.sf.tweety:parent-pom:jar:1.17'
Dependencies
The project has no third-party dependencies