Last Version

KB API Implementation 1.0.0-rc4

The KB API provides basic functionality for manipulating CycL-based Java objects. The API extracts the main Predicate Logic constructs in the Cyc KB as Java classes. A set of factory methods allow finding and creating terms and assertions. These can be used to build sentences, to create new assertions, or to build queries.

License

License

GroupId

GroupId

com.cyc
ArtifactId

ArtifactId

cyc-kb
Version

Version

1.0.0-rc4
Type

Type

jar
Description

Description

KB API Implementation
The KB API provides basic functionality for manipulating CycL-based Java objects. The API extracts the main Predicate Logic constructs in the Cyc KB as Java classes. A set of factory methods allow finding and creating terms and assertions. These can be used to build sentences, to create new assertions, or to build queries.
Project Organization

Project Organization

Cycorp, Inc
Source Code Management

Source Code Management

https://github.com/cycorp/CycCoreAPI

Download cyc-kb 1.0.0-rc4


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

Dependencies

compile (4)

Group / Artifact Type Version
com.cyc : cyc-base-client jar 1.0.0-rc4
commons-lang : commons-lang jar 2.6
com.cyc : cyc-core-api jar 1.0.0-rc4
org.atteo.classindex : classindex jar 3.1

provided (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.12
log4j : log4j jar 1.2.17

Project Modules

There are no modules declared in this project.