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