Download jadex-kernel-base-2.0-rc7.jar file - Jar j

Jar examples for j:jadex-kernel-base

Description

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

You can download jar file jadex-kernel-base 2.0-rc7 in this page.

License

GNU GENERAL PUBLIC LICENSE Version 3 or later

Build File

You can use the following script to add jadex-kernel-base-2.0-rc7.jar to your project.

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

Download

Click the following link to download the jar file.

jadex-kernel-base-2.0-rc7-javadoc.jar
jadex-kernel-base-2.0-rc7-sources.jar
jadex-kernel-base-2.0-rc7.jar
jadex-kernel-base-2.0-rc7.pom



Related Tutorials