Download jadex-bridge-3.0.69.jar file - Jar j

Jar examples for j:jadex-bridge

Description

Jadex bridge is a base package for kernels and platforms, i.e. it is used by both and provides commonly used interfaces and classes for active components and their management.

You can download jar file jadex-bridge 3.0.69 in this page.

License

GNU GENERAL PUBLIC LICENSE Version 3 or later

Build File

You can use the following script to add jadex-bridge-3.0.69.jar to your project.

<dependency>
   <groupId>org.activecomponents.jadex</groupId>
   <artifactId>jadex-bridge</artifactId>
   <version>3.0.69</version>
</dependency>
compile group: 'org.activecomponents.jadex', name: 'jadex-bridge', version: '3.0.69'
libraryDependencies += "org.activecomponents.jadex" % "jadex-bridge" % "3.0.69"
<dependency org="org.activecomponents.jadex" name="jadex-bridge" rev="3.0.69"/>
@Grapes(@Grab(group='org.activecomponents.jadex', module='jadex-bridge', version='3.0.69'))
'org.activecomponents.jadex:jadex-bridge:jar:3.0.69'

Download

Click the following link to download the jar file.

jadex-bridge-3.0.69-javadoc.jar
jadex-bridge-3.0.69-sources.jar
jadex-bridge-3.0.69.jar
jadex-bridge-3.0.69.pom



Related Tutorials