MVN

net.sf.tweety : action

Maven & Gradle

Jul 14, 2020
1 usages

Tweety (Action and Change)

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

Latest Version

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

  • Latest Stable: 1.17

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'net.sf.tweety:action:1.17'

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

implementation("net.sf.tweety:action:1.17")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.tweety" % "action" % "1.17"

Advertisement