Jar examples for j:jadex-bridge
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 2.0-rc4 in this page.
GNU GENERAL PUBLIC LICENSE Version 3 or later
You can use the following script to add jadex-bridge-2.0-rc4.jar to your project.
<dependency> <groupId>net.sourceforge.jadex</groupId> <artifactId>jadex-bridge</artifactId> <version>2.0-rc4</version> </dependency>
compile group: 'net.sourceforge.jadex', name: 'jadex-bridge', version: '2.0-rc4'
libraryDependencies += "net.sourceforge.jadex" % "jadex-bridge" % "2.0-rc4"
<dependency org="net.sourceforge.jadex" name="jadex-bridge" rev="2.0-rc4"/>
@Grapes(@Grab(group='net.sourceforge.jadex', module='jadex-bridge', version='2.0-rc4'))
'net.sourceforge.jadex:jadex-bridge:jar:2.0-rc4'
Click the following link to download the jar file.
jadex-bridge-2.0-rc4-javadoc.jar