MVN

com.cyc.xml : cyc-lightweightresultset

Maven & Gradle

Feb 05, 2016
1 usages
6 stars

Lightweight ResultSet (JAXB) · JAXB bindings for lightweightresultset.xsd: a schema for terse, minimal result sets. It was originally developed to provide auto-completion suggestions for partially-typed concept NL/constants in the Cyc browser, but has proven to be generally useful.

<dependency>
    <groupId>com.cyc.xml</groupId>
    <artifactId>cyc-lightweightresultset</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
cyc-lightweightresultset-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cyc.xml</groupId>
    <artifactId>cyc-lightweightresultset</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.cyc.xml:cyc-lightweightresultset:1.0.0'

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

implementation("com.cyc.xml:cyc-lightweightresultset:1.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.cyc.xml" % "cyc-lightweightresultset" % "1.0.0"