License |
License |
---|---|
Categories |
CategoriesNet Dex General Purpose Libraries Utility JADE |
GroupId | GroupIdnet.sourceforge.jadex |
ArtifactId | ArtifactIdjadex-kernel-component |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjadex-kernel-component
The Jadex component kernel provides basic
support for active components. A component may be
composed of subcomponents.
|
<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-component/ -->
<dependency>
<groupId>net.sourceforge.jadex</groupId>
<artifactId>jadex-kernel-component</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-component/
implementation 'net.sourceforge.jadex:jadex-kernel-component:2.4'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-component/
implementation ("net.sourceforge.jadex:jadex-kernel-component:2.4")
'net.sourceforge.jadex:jadex-kernel-component:jar:2.4'
<dependency org="net.sourceforge.jadex" name="jadex-kernel-component" rev="2.4">
<artifact name="jadex-kernel-component" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-kernel-component', version='2.4')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-kernel-component" % "2.4"
[net.sourceforge.jadex/jadex-kernel-component "2.4"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.jadex : jadex-commons | jar | 2.4 |
net.sourceforge.jadex : jadex-javaparser | jar | 2.4 |
net.sourceforge.jadex : jadex-bridge | jar | 2.4 |
net.sourceforge.jadex : jadex-xml | jar | 2.4 |
net.sourceforge.jadex : jadex-kernel-base | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |