is not current version
Last Version 2.2.0

org.bitbucket.goalhub:runtime 2.1.0

A system for running GOAL multi-agent systems.

GroupId

GroupId

org.bitbucket.goalhub
ArtifactId

ArtifactId

runtime
Version

Version

2.1.0
Type

Type

jar

Download runtime 2.1.0


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