f

fr.irit.smac.may.speadl.parent

MAY (Make Agents Yourself) is a tool to build architectures usable to support development and execution of multi-agent systems.
http://www.irit.fr/MAY-en
GNU General Public License v3.0
Files download
File Operation
fr.irit.smac.may.speadl.parent-3.6.2.pom download
Apache Maven
<dependency>
  <groupId>fr.irit.smac.may</groupId>
  <artifactId>fr.irit.smac.may.speadl.parent</artifactId>
  <version>3.6.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'fr.irit.smac.may:fr.irit.smac.may.speadl.parent:3.6.2'
Gradle Kotlin
implementation("fr.irit.smac.may:fr.irit.smac.may.speadl.parent:3.6.2")
Scala SBT
libraryDependencies += "fr.irit.smac.may" % "fr.irit.smac.may.speadl.parent" % "3.6.2"
Groovy Grape
@Grapes(
  @Grab(group='fr.irit.smac.may', module='fr.irit.smac.may.speadl.parent', version='3.6.2')
)
Apache Ivy
<dependency org="fr.irit.smac.may" name="fr.irit.smac.may.speadl.parent" rev="3.6.2" />
Leiningen
[fr.irit.smac.may/fr.irit.smac.may.speadl.parent "3.6.2"]
Apache Buildr
'fr.irit.smac.may:fr.irit.smac.may.speadl.parent:jar:3.6.2'