is not current version
Last Version 0.3.2

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

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.

GroupId

GroupId

es.upm.dit.gsi.shanks
ArtifactId

ArtifactId

shanks-core
Version

Version

0.3.0
Type

Type

jar

Download shanks-core 0.3.0


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