is not current version
Last Version 1.4.0

org.bitbucket.goalhub:krTools 1.2.3

A set of tools that support an interface to various knowledge representation (KR) technologies. The interface provides support for: (i) processing (e.g., parsing) a KR language, (ii) storage in a related KR database, (iii) actions for querying, and updating a KR database.

GroupId

GroupId

org.bitbucket.goalhub
ArtifactId

ArtifactId

krTools
Version

Version

1.2.3
Type

Type

jar

Download krTools 1.2.3


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