Last Version

Core API Parent 1.0.0-rc4

The parent project which manages the configuration and build of the projects within Cyc Core API Suite: the core Java APIs for interacting with the Cyc inference engine and knowledge base.

License

License

GroupId

GroupId

com.cyc
ArtifactId

ArtifactId

cyc-core-parent
Version

Version

1.0.0-rc4
Type

Type

pom
Description

Description

Core API Parent
The parent project which manages the configuration and build of the projects within Cyc Core API Suite: the core Java APIs for interacting with the Cyc inference engine and knowledge base.
Project Organization

Project Organization

Cycorp, Inc.
Source Code Management

Source Code Management

https://github.com/cycorp/CycCoreAPI

Download cyc-core-parent 1.0.0-rc4


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

Dependencies

compile (2)

Group / Artifact Type Version
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

  • CoreAPISpec
  • SessionAPI
  • BaseClient
  • KBAPI
  • QueryAPI
  • CoreAPISuite