Download jadex-distribution-standard-2.3.jar file - Jar j

Jar examples for j:jadex-distribution-standard

Description

The standard distribution of the Jadex middleware including all typical modules such as all standard kernels and tools.

You can download jar file jadex-distribution-standard 2.3 in this page.

License

GNU GENERAL PUBLIC LICENSE Version 3 or later

Build File

You can use the following script to add jadex-distribution-standard-2.3.jar to your project.

<dependency>
   <groupId>net.sourceforge.jadex</groupId>
   <artifactId>jadex-distribution-standard</artifactId>
   <version>2.3</version>
</dependency>
compile group: 'net.sourceforge.jadex', name: 'jadex-distribution-standard', version: '2.3'
libraryDependencies += "net.sourceforge.jadex" % "jadex-distribution-standard" % "2.3"
<dependency org="net.sourceforge.jadex" name="jadex-distribution-standard" rev="2.3"/>
@Grapes(@Grab(group='net.sourceforge.jadex', module='jadex-distribution-standard', version='2.3'))
'net.sourceforge.jadex:jadex-distribution-standard:jar:2.3'

Download

Click the following link to download the jar file.

jadex-distribution-standard-2.3-tests.jar
jadex-distribution-standard-2.3.jar
jadex-distribution-standard-2.3.pom



Related Tutorials