MVN

net.sf.tweety.arg : prob

Maven & Gradle

Jul 14, 2020
3 usages

Tweety (Probabilistic Argumentation Library)

<dependency>
    <groupId>net.sf.tweety.arg</groupId>
    <artifactId>prob</artifactId>
    <version>1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.tweety.arg : prob to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17

All Versions

Choose a version of net.sf.tweety.arg : prob to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17
prob-1.17
1.16
prob-1.16
1.15
prob-1.15
1.14
prob-1.14
1.12
prob-1.12
1.11
prob-1.11
1.10
prob-1.10
1.9
prob-1.9
1.8
prob-1.8
1.7
prob-1.7
1.6
prob-1.6
1.5
prob-1.5
1.4
prob-1.4
1.3
prob-1.3
1.2
prob-1.2

How to add a dependency to Maven

Add the following net.sf.tweety.arg : prob maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.tweety.arg</groupId>
    <artifactId>prob</artifactId>
    <version>1.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.tweety.arg : prob gradle dependency to your build.gradle file:

implementation 'net.sf.tweety.arg:prob:1.17'

Gradle Kotlin DSL: Add the following net.sf.tweety.arg : prob gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.tweety.arg:prob:1.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.tweety.arg : prob sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.tweety.arg" % "prob" % "1.17"

Advertisement