MVN

com.distrimind.madkitdemos : MaDKitLanEditionDemos

Maven & Gradle

Apr 10, 2022
1 stars

Démos for MaDKitLanEdition · MaDKit is an open source multiagent-based development platform written in Java. MaDKitLanEdition Advanced network futures which enables to connect several peers between them, and emulate a secured multi-agent system that virtually evolves into the same environment, i.e. the same virtual machine.

<dependency>
    <groupId>com.distrimind.madkitdemos</groupId>
    <artifactId>MaDKitLanEditionDemos</artifactId>
    <version>1.0.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.distrimind.madkitdemos : MaDKitLanEditionDemos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.42

All Versions

Choose a version of com.distrimind.madkitdemos : MaDKitLanEditionDemos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
MaDKitLanEditionDemos-1.0.42
MaDKitLanEditionDemos-1.0.41

How to add a dependency to Maven

Add the following com.distrimind.madkitdemos : MaDKitLanEditionDemos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.distrimind.madkitdemos</groupId>
    <artifactId>MaDKitLanEditionDemos</artifactId>
    <version>1.0.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.distrimind.madkitdemos : MaDKitLanEditionDemos gradle dependency to your build.gradle file:

implementation 'com.distrimind.madkitdemos:MaDKitLanEditionDemos:1.0.42'

Gradle Kotlin DSL: Add the following com.distrimind.madkitdemos : MaDKitLanEditionDemos gradle kotlin dependency to your build.gradle.kts file:

implementation("com.distrimind.madkitdemos:MaDKitLanEditionDemos:1.0.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.distrimind.madkitdemos : MaDKitLanEditionDemos sbt scala dependency to your build.sbt file:

libraryDependencies += "com.distrimind.madkitdemos" % "MaDKitLanEditionDemos" % "1.0.42"

Advertisement