is not current version
Last Version 2.2.0

org.bitbucket.goalhub:runtime 2.0.4

A system for running GOAL multi-agent systems.

GroupId

GroupId

org.bitbucket.goalhub
ArtifactId

ArtifactId

runtime
Version

Version

2.0.4
Type

Type

jar

Download runtime 2.0.4


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