MVN

net.sourceforge.jadex : jadex-applib-bdi

Maven & Gradle

Dec 20, 2013
8 usages

jadex-applib-bdi · The Jadex applib BDI package contain ready to use functionalities for BDI agents mostly in form of modules called capabilities.

<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-applib-bdi</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.jadex : jadex-applib-bdi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4
  • Latest Release Candidate: 2.0-rc10

All Versions

Choose a version of net.sourceforge.jadex : jadex-applib-bdi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
jadex-applib-bdi-2.4
2.3
jadex-applib-bdi-2.3
2.2.x
jadex-applib-bdi-2.2.1
2.2
jadex-applib-bdi-2.2
2.1
jadex-applib-bdi-2.1
2.0
jadex-applib-bdi-2.0
jadex-applib-bdi-2.0-rc10
jadex-applib-bdi-2.0-rc9
jadex-applib-bdi-2.0-rc8
jadex-applib-bdi-2.0-rc7
jadex-applib-bdi-2.0-rc6
jadex-applib-bdi-2.0-rc5
jadex-applib-bdi-2.0-rc4

How to add a dependency to Maven

Add the following net.sourceforge.jadex : jadex-applib-bdi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-applib-bdi</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.jadex : jadex-applib-bdi gradle dependency to your build.gradle file:

implementation 'net.sourceforge.jadex:jadex-applib-bdi:2.4'

Gradle Kotlin DSL: Add the following net.sourceforge.jadex : jadex-applib-bdi gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.jadex:jadex-applib-bdi:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.jadex : jadex-applib-bdi sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.jadex" % "jadex-applib-bdi" % "2.4"

Advertisement