Session API Implementation

Java API for managing configurations and connections to Cyc servers.

License

License

GroupId

GroupId

com.cyc
ArtifactId

ArtifactId

cyc-session
Last Version

Last Version

1.0.0-rc4
Release Date

Release Date

Type

Type

jar
Description

Description

Session API Implementation
Java API for managing configurations and connections to Cyc servers.
Project Organization

Project Organization

Cycorp, Inc.
Source Code Management

Source Code Management

https://github.com/cycorp/CycCoreAPI

Download cyc-session

How to add to project

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

There are no modules declared in this project.

Cyc Java API Suite

The Cyc Java API Suite comprises a set of Java APIs (and implementations) for developing Cyc-based applications or otherwise accessing Cyc capabilities, and provides a layered suite of functionality. We have currently released the following Java libraries:

Additionally, the Model Generator Suite is available in a separate repository.

Further functionality will be rolled out in a series of releases, including the Knowledge Management, Natural Language, Structured Knowledge, and Administration APIs:

![Diagram of the Cyc API stack](../master/api-parent/src/site/resources/images/api-stack.png?raw=true "Cyc API Stack")

Further Documentation

For the latest API documentation and news, or to ask questions, visit the Cyc Developer Center.

Code samples may be downloaded from the Core API Use Cases project in the Cyc Example Code repository.

Contact

For questions about the APIs or general issues with using them, please visit the Cyc Dev Center issues page.

com.cyc

Cycorp Inc.

Research, develop, and commercialize Artificial Intelligence

Versions

Version
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
1.0.0-rc1