License |
License |
---|---|
GroupId | GroupIdcom.cyc |
ArtifactId | ArtifactIdcyc-core-api-parent |
Version | Version1.0.0-rc7.0 |
Type | Typepom |
Description |
DescriptionCore API Parent
The parent project for the Cyc Core API Suite: the core Java APIs for interacting with the Cyc
inference engine and knowledge base.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cyc-core-api-parent-1.0.0-rc7.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cyc/cyc-core-api-parent/ -->
<dependency>
<groupId>com.cyc</groupId>
<artifactId>cyc-core-api-parent</artifactId>
<version>1.0.0-rc7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cyc/cyc-core-api-parent/
implementation 'com.cyc:cyc-core-api-parent:1.0.0-rc7.0'
// https://jarcasting.com/artifacts/com.cyc/cyc-core-api-parent/
implementation ("com.cyc:cyc-core-api-parent:1.0.0-rc7.0")
'com.cyc:cyc-core-api-parent:pom:1.0.0-rc7.0'
<dependency org="com.cyc" name="cyc-core-api-parent" rev="1.0.0-rc7.0">
<artifact name="cyc-core-api-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cyc', module='cyc-core-api-parent', version='1.0.0-rc7.0')
)
libraryDependencies += "com.cyc" % "cyc-core-api-parent" % "1.0.0-rc7.0"
[com.cyc/cyc-core-api-parent "1.0.0-rc7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
log4j : log4j | jar | 1.2.17 |
junit : junit | jar | 4.12 |