License |
License |
---|---|
Categories |
CategoriesNet Distribution Build Tools Dex General Purpose Libraries Utility JADE |
GroupId | GroupIdnet.sourceforge.jadex |
ArtifactId | ArtifactIdjadex-distribution-minimal |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjadex-distribution-minimal
Jadex minimal distribution for running the middleware
with core features only (e.g. without GUI).
|
<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-distribution-minimal/ -->
<dependency>
<groupId>net.sourceforge.jadex</groupId>
<artifactId>jadex-distribution-minimal</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-distribution-minimal/
implementation 'net.sourceforge.jadex:jadex-distribution-minimal:2.4'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-distribution-minimal/
implementation ("net.sourceforge.jadex:jadex-distribution-minimal:2.4")
'net.sourceforge.jadex:jadex-distribution-minimal:jar:2.4'
<dependency org="net.sourceforge.jadex" name="jadex-distribution-minimal" rev="2.4">
<artifact name="jadex-distribution-minimal" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-distribution-minimal', version='2.4')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-distribution-minimal" % "2.4"
[net.sourceforge.jadex/jadex-distribution-minimal "2.4"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.jadex : jadex-platform | jar | 2.4 |
net.sourceforge.jadex : jadex-kernel-micro | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |