License |
License |
---|---|
Categories |
CategoriesNet Dex General Purpose Libraries Utility JADE |
GroupId | GroupIdnet.sourceforge.jadex |
ArtifactId | ArtifactIdjadex-rules-applications |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjadex-rules-applications
The Jadex rules applications package contains
several example applications using rules.
|
<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-rules-applications/ -->
<dependency>
<groupId>net.sourceforge.jadex</groupId>
<artifactId>jadex-rules-applications</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-rules-applications/
implementation 'net.sourceforge.jadex:jadex-rules-applications:2.4'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-rules-applications/
implementation ("net.sourceforge.jadex:jadex-rules-applications:2.4")
'net.sourceforge.jadex:jadex-rules-applications:jar:2.4'
<dependency org="net.sourceforge.jadex" name="jadex-rules-applications" rev="2.4">
<artifact name="jadex-rules-applications" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-rules-applications', version='2.4')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-rules-applications" % "2.4"
[net.sourceforge.jadex/jadex-rules-applications "2.4"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.jadex : jadex-commons | jar | 2.4 |
net.sourceforge.jadex : jadex-rules | jar | 2.4 |
net.sourceforge.jadex : jadex-rules-tools | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |