не последняя версия
Последняя версия 0.3.2

es.upm.dit.gsi.shanks:shanks-core 0.1

Simulation for Heterogeneous and Autonomic Networks with MASON. "Shanks with MASON" is a framework to simulate different network scenarios in order to add autonomic capabilities using MASON simulation framework. To achieve this goal, a multi-agent system (MAS) is used to handle possible situations in the scenario. These agents are able to analyse environment data, perform inference and self-healing actions, etc.

Группа

Группа

es.upm.dit.gsi.shanks
Идентификатор

Идентификатор

shanks-core
Версия

Версия

0.1
Тип

Тип

jar

Скачать shanks-core 0.1


<!-- https://jarcasting.com/artifacts/es.upm.dit.gsi.shanks/shanks-core/ -->
<dependency>
    <groupId>es.upm.dit.gsi.shanks</groupId>
    <artifactId>shanks-core</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/es.upm.dit.gsi.shanks/shanks-core/
implementation 'es.upm.dit.gsi.shanks:shanks-core:0.1'
// https://jarcasting.com/artifacts/es.upm.dit.gsi.shanks/shanks-core/
implementation ("es.upm.dit.gsi.shanks:shanks-core:0.1")
'es.upm.dit.gsi.shanks:shanks-core:jar:0.1'
<dependency org="es.upm.dit.gsi.shanks" name="shanks-core" rev="0.1">
  <artifact name="shanks-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.upm.dit.gsi.shanks', module='shanks-core', version='0.1')
)
libraryDependencies += "es.upm.dit.gsi.shanks" % "shanks-core" % "0.1"
[es.upm.dit.gsi.shanks/shanks-core "0.1"]