<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.distrimind.madkitdemos</groupId>
  <artifactId>MaDKitLanEditionDemos</artifactId>
  <version>1.0.41</version>
  <name>Démos for MaDKitLanEdition</name>
  <description>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.</description>
  <url>https://github.com/JasonMahdjoub/MaDKitLanEdition</url>
  <organization>
    <name>DistriMind</name>
    <url>https://github.com/JasonMahdjoub</url>
  </organization>
  <licenses>
    <license>
      <name>CeCILL-C FREE SOFTWARE LICENSE AGREEMENT</name>
      <url>http://cecill.info/licences/Licence_CeCILL-C_V1-en.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jmahdjoub</id>
      <name>Jason Mahdjoub</name>
      <email>jason.mahdjoub@distri-mind.fr</email>
      <organization>DistriMind</organization>
      <roles>
        <role>Entrepreneur</role>
        <role>Developer</role>
      </roles>
    </developer>
    <developer>
      <name>Fabien Michel</name>
      <email>fmichel@lirmm.fr</email>
      <organization>LIRMM - University Montpellier</organization>
    </developer>
    <developer>
      <name>Olivier Gutknecht</name>
    </developer>
    <developer>
      <name>Jacques Ferber</name>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/JasonMahdjoub/MaDKitLanEdition</connection>
    <developerConnection>https://github.com/JasonMahdjoub/MaDKitLanEdition</developerConnection>
    <url>https://github.com/JasonMahdjoub/MaDKitLanEdition</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/JasonMahdjoub/MaDKitLanEdition/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.distrimind.madkit</groupId>
      <artifactId>MaDKitLanEdition</artifactId>
      <version>2.4.2-STABLE</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.distrimind.madkit.gui.swing</groupId>
      <artifactId>MadkitSwingDriver</artifactId>
      <version>2.4.2-STABLE</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
