is not current version
Last Version 1.4.0

org.bitbucket.goalhub.krTools:krInterface 1.2.3

The Knowledge Representation (KR) Interface defines an interface that provides access to various knowledge representation technologies in a generic way. It provides support for processing a KR language (e.g., parsing), database storage, and querying and updating of a database.

GroupId

GroupId

org.bitbucket.goalhub.krTools
ArtifactId

ArtifactId

krInterface
Version

Version

1.2.3
Type

Type

jar

Download krInterface 1.2.3


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