Download jadex-kernel-component-2.0-rc10.jar file - Jar j

Jar examples for j:jadex-kernel-component

Description

The Jadex component kernel provides basic support for active components. A component may be composed of subcomponents.

You can download jar file jadex-kernel-component 2.0-rc10 in this page.

License

GNU GENERAL PUBLIC LICENSE Version 3 or later

Build File

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

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

Download

Click the following link to download the jar file.

jadex-kernel-component-2.0-rc10-javadoc.jar
jadex-kernel-component-2.0-rc10-sources.jar
jadex-kernel-component-2.0-rc10.jar
jadex-kernel-component-2.0-rc10.pom



Related Tutorials