is not current version
Last Version 2.2.0

org.bitbucket.goalhub:runtime 2.0.6

A system for running GOAL multi-agent systems.

GroupId

GroupId

org.bitbucket.goalhub
ArtifactId

ArtifactId

runtime
Version

Version

2.0.6
Type

Type

jar

Download runtime 2.0.6


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