is not current version
Last Version 1.0.0-rc4

com.cyc:cyc-kb 1.0.0-rc1

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.

GroupId

GroupId

com.cyc
ArtifactId

ArtifactId

cyc-kb
Version

Version

1.0.0-rc1
Type

Type

jar

Download cyc-kb 1.0.0-rc1


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