License |
License |
---|---|
GroupId | GroupIdcom.cyc |
ArtifactId | ArtifactIdcyc-kb |
Version | Version1.0.0-rc4 |
Type | Typejar |
Description |
DescriptionKB 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cyc-kb-1.0.0-rc4.pom | |
cyc-kb-1.0.0-rc4.jar | 125 KB |
cyc-kb-1.0.0-rc4-tests.jar | 95 KB |
cyc-kb-1.0.0-rc4-sources.jar | 126 KB |
cyc-kb-1.0.0-rc4-javadoc.jar | 307 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
log4j : log4j | jar | 1.2.17 |