j

jadex-distribution-standard

The standard distribution of the Jadex middleware including all typical modules such as all standard kernels and tools.
Files download
File Operation
jadex-distribution-standard-2.3.jar download
jadex-distribution-standard-2.3.pom download
Apache Maven
<dependency>
  <groupId>net.sourceforge.jadex</groupId>
  <artifactId>jadex-distribution-standard</artifactId>
  <version>2.3</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.jadex:jadex-distribution-standard:2.3'
Gradle Kotlin
implementation("net.sourceforge.jadex:jadex-distribution-standard:2.3")
Scala SBT
libraryDependencies += "net.sourceforge.jadex" % "jadex-distribution-standard" % "2.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.jadex', module='jadex-distribution-standard', version='2.3')
)
Apache Ivy
<dependency org="net.sourceforge.jadex" name="jadex-distribution-standard" rev="2.3" />
Leiningen
[net.sourceforge.jadex/jadex-distribution-standard "2.3"]
Apache Buildr
'net.sourceforge.jadex:jadex-distribution-standard:jar:2.3'