cyc-core-object-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.cyc</groupId>
<artifactId>cyc-core-object-api</artifactId>
<version>1.0.0-rc7.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.cyc</groupId>
<artifactId>cyc-core-api-parent</artifactId>
<version>1.0.0-rc7.0</version>
</parent>
<groupId>com.cyc</groupId>
<artifactId>cyc-core-object-api</artifactId>
<version>1.0.0-rc7.0</version>
<packaging>jar</packaging>
<name>Core API Object Specification</name>
<description>
The interfaces which define the Cyc Core API.
</description>
<!-- ====| Configuration |============================================================= -->
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<!-- ====| Metadata & contact info |=================================================== -->
<url>http://dev.cyc.com/api/core/</url>
<scm>
<connection>scm:git:git@github.com:cycorp/api-suite.git</connection>
<developerConnection>scm:git:git@github.com:cycorp/api-suite.git</developerConnection>
<url>https://github.com/cycorp/api-suite</url>
</scm>
<issueManagement>
<url>http://dev.cyc.com/issues/</url>
<system>GitHub Issues</system>
</issueManagement>
<inceptionYear>2013</inceptionYear>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<organization>
<name>Cycorp, Inc</name>
<url>http://www.cyc.com</url>
</organization>
<developers>
<developer>
<name>Cycorp API Team</name>
<email>dev-team@cyc.com</email>
<organization>Cycorp, Inc.</organization>
<organizationUrl>http://www.cyc.com</organizationUrl>
</developer>
</developers>
</project>