Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.alibaba.hologres |
ArtifactId | ArtifactIdholo-client |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
holo-client-1.2.2.pom | |
holo-client-1.2.2-sources.jar | 671 bytes |
holo-client-1.2.2-javadoc.jar | 671 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.hologres/holo-client/ -->
<dependency>
<groupId>com.alibaba.hologres</groupId>
<artifactId>holo-client</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.hologres/holo-client/
implementation 'com.alibaba.hologres:holo-client:1.2.2'
// https://jarcasting.com/artifacts/com.alibaba.hologres/holo-client/
implementation ("com.alibaba.hologres:holo-client:1.2.2")
'com.alibaba.hologres:holo-client:jar:1.2.2'
<dependency org="com.alibaba.hologres" name="holo-client" rev="1.2.2">
<artifact name="holo-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.hologres', module='holo-client', version='1.2.2')
)
libraryDependencies += "com.alibaba.hologres" % "holo-client" % "1.2.2"
[com.alibaba.hologres/holo-client "1.2.2"]