MVN

net.sf.tweety.lp : asp

Maven & Gradle

Jul 14, 2020
5 usages

Tweety (ASP Library)

<dependency>
    <groupId>net.sf.tweety.lp</groupId>
    <artifactId>asp</artifactId>
    <version>beliefdynamics</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: beliefdynamics

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.tweety.lp</groupId>
    <artifactId>asp</artifactId>
    <version>beliefdynamics</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sf.tweety.lp:asp:beliefdynamics'

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

implementation("net.sf.tweety.lp:asp:beliefdynamics")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.tweety.lp" % "asp" % "beliefdynamics"

Advertisement