License |
License |
---|---|
GroupId | GroupIdcom.cyc.xml |
ArtifactId | ArtifactIdcyc-lightweightresultset |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionLightweight 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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.cyc.xml/cyc-lightweightresultset/ -->
<dependency>
<groupId>com.cyc.xml</groupId>
<artifactId>cyc-lightweightresultset</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cyc.xml/cyc-lightweightresultset/
implementation 'com.cyc.xml:cyc-lightweightresultset:1.0.0'
// https://jarcasting.com/artifacts/com.cyc.xml/cyc-lightweightresultset/
implementation ("com.cyc.xml:cyc-lightweightresultset:1.0.0")
'com.cyc.xml:cyc-lightweightresultset:jar:1.0.0'
<dependency org="com.cyc.xml" name="cyc-lightweightresultset" rev="1.0.0">
<artifact name="cyc-lightweightresultset" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cyc.xml', module='cyc-lightweightresultset', version='1.0.0')
)
libraryDependencies += "com.cyc.xml" % "cyc-lightweightresultset" % "1.0.0"
[com.cyc.xml/cyc-lightweightresultset "1.0.0"]