License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.cyc |
ArtifactId | ArtifactIdcyc-base-client |
Version | Version1.2.2 |
Type | Typejar |
Description |
DescriptionBase Client
Client library for connecting to a Cyc server and handling HL data.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cyc-base-client-1.2.2.pom | |
cyc-base-client-1.2.2.jar | 880 KB |
cyc-base-client-1.2.2-sources.jar | 743 KB |
cyc-base-client-1.2.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cyc/cyc-base-client/ -->
<dependency>
<groupId>com.cyc</groupId>
<artifactId>cyc-base-client</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cyc/cyc-base-client/
implementation 'com.cyc:cyc-base-client:1.2.2'
// https://jarcasting.com/artifacts/com.cyc/cyc-base-client/
implementation ("com.cyc:cyc-base-client:1.2.2")
'com.cyc:cyc-base-client:jar:1.2.2'
<dependency org="com.cyc" name="cyc-base-client" rev="1.2.2">
<artifact name="cyc-base-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cyc', module='cyc-base-client', version='1.2.2')
)
libraryDependencies += "com.cyc" % "cyc-base-client" % "1.2.2"
[com.cyc/cyc-base-client "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.cyc.xml : cyc-cycml | jar | 1.0.0 |
com.cyc : cyc-session-client | jar | 1.2.2 |
org.apache.commons : commons-lang3 | jar | 3.4 |
com.sun.xml.bind : jaxb-impl | jar | 2.2.6 |
xerces : xercesImpl | jar | 2.10.0 |
com.google.guava : guava | jar | 18.0 |
org.atteo.classindex : classindex | jar | 3.4 |
Group / Artifact | Type | Version |
---|---|---|
com.cyc : cyc-core-api | jar | 1.2.2 |
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.8.2 |
org.apache.logging.log4j : log4j-api | jar | 2.8.2 |
org.apache.logging.log4j : log4j-core | jar | 2.8.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.11 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.8.11 |
junit : junit | jar | 4.12 |