Download parent-pom-1.0.0-RELEASE.jar file - Jar p

Jar examples for p:parent-pom

Description

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.

You can download jar file parent-pom 1.0.0-RELEASE in this page.

License

Copyright ? 2018 ReTest GmbH. All rights reserved.

Build File

You can use the following script to add parent-pom-1.0.0-RELEASE.jar to your project.

<dependency>
   <groupId>net.savantly</groupId>
   <artifactId>parent-pom</artifactId>
   <version>1.0.0-RELEASE</version>
</dependency>
compile group: 'net.savantly', name: 'parent-pom', version: '1.0.0-RELEASE'
libraryDependencies += "net.savantly" % "parent-pom" % "1.0.0-RELEASE"
<dependency org="net.savantly" name="parent-pom" rev="1.0.0-RELEASE"/>
@Grapes(@Grab(group='net.savantly', module='parent-pom', version='1.0.0-RELEASE'))
'net.savantly:parent-pom:jar:1.0.0-RELEASE'

Download

Click the following link to download the jar file.

parent-pom-1.0.0-RELEASE.pom



Related Tutorials