License |
License |
---|---|
Categories |
CategoriesNet Dex General Purpose Libraries Utility JADE |
GroupId | GroupIdnet.sourceforge.jadex |
ArtifactId | ArtifactIdjadex-rules-tools |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjadex-rules-tools
The Jadex rules tools package contains
tools for the Jadex rule engine.
|
Filename | Size |
---|---|
jadex-rules-tools-2.4.pom | |
jadex-rules-tools-2.4.jar | 126 KB |
jadex-rules-tools-2.4-tests.jar | 1 KB |
jadex-rules-tools-2.4-sources.jar | 58 KB |
jadex-rules-tools-2.4-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-rules-tools/ -->
<dependency>
<groupId>net.sourceforge.jadex</groupId>
<artifactId>jadex-rules-tools</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-rules-tools/
implementation 'net.sourceforge.jadex:jadex-rules-tools:2.4'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-rules-tools/
implementation ("net.sourceforge.jadex:jadex-rules-tools:2.4")
'net.sourceforge.jadex:jadex-rules-tools:jar:2.4'
<dependency org="net.sourceforge.jadex" name="jadex-rules-tools" rev="2.4">
<artifact name="jadex-rules-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-rules-tools', version='2.4')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-rules-tools" % "2.4"
[net.sourceforge.jadex/jadex-rules-tools "2.4"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.jadex : jadex-commons | jar | 2.4 |
net.sourceforge.jadex : jadex-rules | jar | 2.4 |
net.sourceforge.collections : collections-generic | jar | 4.01 |
net.sf.jung : jung-api | jar | 2.0.1 |
net.sf.jung : jung-graph-impl | jar | 2.0.1 |
net.sf.jung : jung-visualization | jar | 2.0.1 |
net.sf.jung : jung-algorithms | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |