is not current version
Last Version 0.12.0

io.sarl:io.sarl 0.11.0

SARL is a general-purpose agent-oriented language. SARL aims at providing the fundamental abstractions for dealing with concurrency, distribution, interaction, decentralization, reactivity, autonomy and dynamic reconfiguration.

GroupId

GroupId

io.sarl
ArtifactId

ArtifactId

io.sarl
Version

Version

0.11.0
Type

Type

pom

Download io.sarl 0.11.0


<!-- https://jarcasting.com/artifacts/io.sarl/io.sarl/ -->
<dependency>
    <groupId>io.sarl</groupId>
    <artifactId>io.sarl</artifactId>
    <version>0.11.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.sarl/io.sarl/
implementation 'io.sarl:io.sarl:0.11.0'
// https://jarcasting.com/artifacts/io.sarl/io.sarl/
implementation ("io.sarl:io.sarl:0.11.0")
'io.sarl:io.sarl:pom:0.11.0'
<dependency org="io.sarl" name="io.sarl" rev="0.11.0">
  <artifact name="io.sarl" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.sarl', module='io.sarl', version='0.11.0')
)
libraryDependencies += "io.sarl" % "io.sarl" % "0.11.0"
[io.sarl "0.11.0"]