is not current version
Last Version 2.2.0

org.bitbucket.goalhub:mentalstate 2.1.0

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.1.0
Type

Type

pom

Download mentalstate 2.1.0

Filename Size
mentalstate-2.1.0.pom 5 KB
Browse

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