is not current version
Last Version 2.2.0

org.bitbucket.goalhub:mentalstate 2.0.3

An interface definition for the mental state used by GOAL agents, with implementations that build on top of available knowledge representation (KR) technologies. The mental state implements the querying and updating of a mental state of an agent.

GroupId

GroupId

org.bitbucket.goalhub
ArtifactId

ArtifactId

mentalstate
Version

Version

2.0.3
Type

Type

jar

Download mentalstate 2.0.3


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