Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.cyc |
ArtifactId | ArtifactIdcyc-query-client |
Version | Version1.0.0-rc7.0 |
Type | Typejar |
Filename | Size |
---|---|
cyc-query-client-1.0.0-rc7.0.pom | |
cyc-query-client-1.0.0-rc7.0.jar | 166 KB |
cyc-query-client-1.0.0-rc7.0-sources.jar | 158 KB |
cyc-query-client-1.0.0-rc7.0-javadoc.jar | 623 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-rc7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cyc/cyc-query-client/
implementation 'com.cyc:cyc-query-client:1.0.0-rc7.0'
// https://jarcasting.com/artifacts/com.cyc/cyc-query-client/
implementation ("com.cyc:cyc-query-client:1.0.0-rc7.0")
'com.cyc:cyc-query-client:jar:1.0.0-rc7.0'
<dependency org="com.cyc" name="cyc-query-client" rev="1.0.0-rc7.0">
<artifact name="cyc-query-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cyc', module='cyc-query-client', version='1.0.0-rc7.0')
)
libraryDependencies += "com.cyc" % "cyc-query-client" % "1.0.0-rc7.0"
[com.cyc/cyc-query-client "1.0.0-rc7.0"]