MVN

net.sf.tweety.logics : rpcl

Maven & Gradle

Jul 14, 2020
2 usages

Tweety (Relational Probabilistic Conditional Logic Library)

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

Latest Version

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

  • Latest Stable: 1.17

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.tweety.logics</groupId>
    <artifactId>rpcl</artifactId>
    <version>1.17</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sf.tweety.logics:rpcl:1.17'

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

implementation("net.sf.tweety.logics:rpcl:1.17")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.tweety.logics" % "rpcl" % "1.17"

Advertisement