is not current version
Last Version 2.0

net.sourceforge.jadex:jadex-runtimetools 2.0-rc8

The Jadex rules tools package contains tools for the Jadex active components infrastructure.

Categories

Categories

Net Dex General Purpose Libraries Utility JADE
GroupId

GroupId

net.sourceforge.jadex
ArtifactId

ArtifactId

jadex-runtimetools
Version

Version

2.0-rc8
Type

Type

jar

Download jadex-runtimetools 2.0-rc8


<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-runtimetools/ -->
<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-runtimetools</artifactId>
    <version>2.0-rc8</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-runtimetools/
implementation 'net.sourceforge.jadex:jadex-runtimetools:2.0-rc8'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-runtimetools/
implementation ("net.sourceforge.jadex:jadex-runtimetools:2.0-rc8")
'net.sourceforge.jadex:jadex-runtimetools:jar:2.0-rc8'
<dependency org="net.sourceforge.jadex" name="jadex-runtimetools" rev="2.0-rc8">
  <artifact name="jadex-runtimetools" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-runtimetools', version='2.0-rc8')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-runtimetools" % "2.0-rc8"
[net.sourceforge.jadex/jadex-runtimetools "2.0-rc8"]