Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.cyc |
ArtifactId | ArtifactIdcyc-query-client |
Version | Version1.0.0-rc5.2 |
Type | Typejar |
Filename | Size |
---|---|
cyc-query-client-1.0.0-rc5.2.pom | |
cyc-query-client-1.0.0-rc5.2.jar | 144 KB |
cyc-query-client-1.0.0-rc5.2-sources.jar | 140 KB |
cyc-query-client-1.0.0-rc5.2-javadoc.jar | 552 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cyc/cyc-query-client/ -->
<dependency>
<groupId>com.cyc</groupId>
<artifactId>cyc-query-client</artifactId>
<version>1.0.0-rc5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cyc/cyc-query-client/
implementation 'com.cyc:cyc-query-client:1.0.0-rc5.2'
// https://jarcasting.com/artifacts/com.cyc/cyc-query-client/
implementation ("com.cyc:cyc-query-client:1.0.0-rc5.2")
'com.cyc:cyc-query-client:jar:1.0.0-rc5.2'
<dependency org="com.cyc" name="cyc-query-client" rev="1.0.0-rc5.2">
<artifact name="cyc-query-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cyc', module='cyc-query-client', version='1.0.0-rc5.2')
)
libraryDependencies += "com.cyc" % "cyc-query-client" % "1.0.0-rc5.2"
[com.cyc/cyc-query-client "1.0.0-rc5.2"]