MVN

net.sourceforge.jadex : jadex-runtimetools

Maven & Gradle

Sep 30, 2011
3 usages

jadex-runtimetools · The Jadex rules tools package contains tools for the Jadex active components infrastructure.

<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-runtimetools</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
2.0
jadex-runtimetools-2.0
jadex-runtimetools-2.0-rc10
jadex-runtimetools-2.0-rc9
jadex-runtimetools-2.0-rc8
jadex-runtimetools-2.0-rc7
jadex-runtimetools-2.0-rc6
jadex-runtimetools-2.0-rc5
jadex-runtimetools-2.0-rc4

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-runtimetools</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sourceforge.jadex:jadex-runtimetools:2.0'

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

implementation("net.sourceforge.jadex:jadex-runtimetools:2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sourceforge.jadex" % "jadex-runtimetools" % "2.0"

Advertisement