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