MVN

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

Maven & Gradle

Jun 24, 2014
2 stars

SHANKS - Simulation for Heterogeneous and Autonomic NetworkS · Simulation for Heterogeneous and Autonomic NetworkS (SHANKS). SHANKS 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.

<dependency>
    <groupId>es.upm.dit.gsi.shanks</groupId>
    <artifactId>shanks-core</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of es.upm.dit.gsi.shanks : shanks-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of es.upm.dit.gsi.shanks : shanks-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
shanks-core-0.3.2
shanks-core-0.3.1
shanks-core-0.3.0
0.2.x
shanks-core-0.2.1
0.2
shanks-core-0.2
0.1.x
shanks-core-0.1.1
0.1
shanks-core-0.1

How to add a dependency to Maven

Add the following es.upm.dit.gsi.shanks : shanks-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>es.upm.dit.gsi.shanks</groupId>
    <artifactId>shanks-core</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following es.upm.dit.gsi.shanks : shanks-core gradle dependency to your build.gradle file:

implementation 'es.upm.dit.gsi.shanks:shanks-core:0.3.2'

Gradle Kotlin DSL: Add the following es.upm.dit.gsi.shanks : shanks-core gradle kotlin dependency to your build.gradle.kts file:

implementation("es.upm.dit.gsi.shanks:shanks-core:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following es.upm.dit.gsi.shanks : shanks-core sbt scala dependency to your build.sbt file:

libraryDependencies += "es.upm.dit.gsi.shanks" % "shanks-core" % "0.3.2"