is not current version
Last Version 1.4.0

org.bitbucket.goalhub:krTools 1.3.2

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

Type

pom

Download krTools 1.3.2

Filename Size
krTools-1.3.2.pom 5 KB
Browse

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