License |
License |
---|---|
GroupId | GroupIdorg.bitbucket.goalhub |
ArtifactId | ArtifactIdmentalstate |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.bitbucket.goalhub:mentalstate
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mentalstate-2.2.0.pom | 5 KB |
mentalstate-2.2.0-jar-with-dependencies.jar | 433 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.goalhub/mentalstate/ -->
<dependency>
<groupId>org.bitbucket.goalhub</groupId>
<artifactId>mentalstate</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/mentalstate/
implementation 'org.bitbucket.goalhub:mentalstate:2.2.0'
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/mentalstate/
implementation ("org.bitbucket.goalhub:mentalstate:2.2.0")
'org.bitbucket.goalhub:mentalstate:jar:2.2.0'
<dependency org="org.bitbucket.goalhub" name="mentalstate" rev="2.2.0">
<artifact name="mentalstate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.goalhub', module='mentalstate', version='2.2.0')
)
libraryDependencies += "org.bitbucket.goalhub" % "mentalstate" % "2.2.0"
[org.bitbucket.goalhub/mentalstate "2.2.0"]