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