Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdcom.kaleido |
ArtifactId | ArtifactIdcabinet-client |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
cabinet-client-1.0.4.pom | |
cabinet-client-1.0.4.jar | 35 KB |
cabinet-client-1.0.4-sources.jar | 20 KB |
cabinet-client-1.0.4-javadoc.jar | 525 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kaleido/cabinet-client/ -->
<dependency>
<groupId>com.kaleido</groupId>
<artifactId>cabinet-client</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.kaleido/cabinet-client/
implementation 'com.kaleido:cabinet-client:1.0.4'
// https://jarcasting.com/artifacts/com.kaleido/cabinet-client/
implementation ("com.kaleido:cabinet-client:1.0.4")
'com.kaleido:cabinet-client:jar:1.0.4'
<dependency org="com.kaleido" name="cabinet-client" rev="1.0.4">
<artifact name="cabinet-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kaleido', module='cabinet-client', version='1.0.4')
)
libraryDependencies += "com.kaleido" % "cabinet-client" % "1.0.4"
[com.kaleido/cabinet-client "1.0.4"]