MVN

com.cyc : cyc-base-client

Maven & Gradle

Jan 16, 2019
9 usages
2 stars

Base Client · Client library for connecting to a Cyc server and handling HL data.

<dependency>
    <groupId>com.cyc</groupId>
    <artifactId>cyc-base-client</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cyc : cyc-base-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2
  • Latest Release Candidate: 1.0.0-rc9.0

All Versions

Choose a version of com.cyc : cyc-base-client to add to Maven or Gradle - All Versions:

  • Version Updated
  • cyc-base-client-1.2.2

    Jan 15, 2019
  • cyc-base-client-1.2.1

    Jan 14, 2019
  • cyc-base-client-1.2.0

    Jul 17, 2018
  • cyc-base-client-1.1.1

    Jan 17, 2018
  • cyc-base-client-1.1.0

    Dec 21, 2017
  • cyc-base-client-1.0.0

    Dec 13, 2017
  • cyc-base-client-1.0.0-rc9.0

    Dec 13, 2017
  • cyc-base-client-1.0.0-rc8.0

    Dec 12, 2017
  • cyc-base-client-1.0.0-rc7.0

    Jul 28, 2017
  • cyc-base-client-1.0.0-rc6

    Jul 20, 2017
  • cyc-base-client-1.0.0-rc5.2

    Jan 27, 2016
  • cyc-base-client-1.0.0-rc5.1

    Jan 19, 2016
  • cyc-base-client-1.0.0-rc5

    Dec 19, 2015
  • cyc-base-client-1.0.0-rc4

    Oct 30, 2015
  • cyc-base-client-1.0.0-rc3

    Aug 17, 2015
  • cyc-base-client-1.0.0-rc2

    Jul 11, 2015
  • cyc-base-client-1.0.0-rc1

    Jan 04, 2015

How to add a dependency to Maven

Add the following com.cyc : cyc-base-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cyc</groupId>
    <artifactId>cyc-base-client</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cyc : cyc-base-client gradle dependency to your build.gradle file:

implementation 'com.cyc:cyc-base-client:1.2.2'

Gradle Kotlin DSL: Add the following com.cyc : cyc-base-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cyc:cyc-base-client:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cyc : cyc-base-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cyc" % "cyc-base-client" % "1.2.2"