| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Dex Универсальные библиотеки Utility JADE |
| Группа | Группаnet.sourceforge.jadex |
| Идентификатор | Идентификаторjadex-kernel-application |
| Последняя версия | Последняя версия2.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjadex-kernel-application
The Jadex application kernel provides application
support for active components, whereby an application
is itself considered as an active component. Applications
are composed of subcomponents as well as spaces in
various characteristics.
|
<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-application/ -->
<dependency>
<groupId>net.sourceforge.jadex</groupId>
<artifactId>jadex-kernel-application</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-application/
implementation 'net.sourceforge.jadex:jadex-kernel-application:2.4'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-application/
implementation ("net.sourceforge.jadex:jadex-kernel-application:2.4")
'net.sourceforge.jadex:jadex-kernel-application:jar:2.4'
<dependency org="net.sourceforge.jadex" name="jadex-kernel-application" rev="2.4">
<artifact name="jadex-kernel-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-kernel-application', version='2.4')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-kernel-application" % "2.4"
[net.sourceforge.jadex/jadex-kernel-application "2.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sourceforge.jadex : jadex-commons | jar | 2.4 |
| net.sourceforge.jadex : jadex-bridge | jar | 2.4 |
| net.sourceforge.jadex : jadex-kernel-base | jar | 2.4 |
| net.sourceforge.jadex : jadex-xml | jar | 2.4 |
| net.sourceforge.jadex : jadex-kernel-component | jar | 2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |