MVN

net.sourceforge.jadex : jadex-kernel-base

Maven & Gradle

Dec 20, 2013
17 usages

jadex-kernel-base · The Jadex base kernel provides basic support for all kinds of active components.

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

Latest Version

Choose a version of net.sourceforge.jadex : jadex-kernel-base 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-kernel-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
jadex-kernel-base-2.4
2.3
jadex-kernel-base-2.3
2.2.x
jadex-kernel-base-2.2.1
2.2
jadex-kernel-base-2.2
2.1
jadex-kernel-base-2.1
2.0
jadex-kernel-base-2.0
jadex-kernel-base-2.0-rc10
jadex-kernel-base-2.0-rc9
jadex-kernel-base-2.0-rc8
jadex-kernel-base-2.0-rc7

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-kernel-base</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sourceforge.jadex:jadex-kernel-base:2.4'

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

implementation("net.sourceforge.jadex:jadex-kernel-base:2.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sourceforge.jadex" % "jadex-kernel-base" % "2.4"

Advertisement