is not current version
Last Version 0.1.3

com.starrocks:starclient 0.1.2


Categories

Categories

CLI User Interface
GroupId

GroupId

com.starrocks
ArtifactId

ArtifactId

starclient
Version

Version

0.1.2
Type

Type

jar

Download starclient 0.1.2


<!-- https://jarcasting.com/artifacts/com.starrocks/starclient/ -->
<dependency>
    <groupId>com.starrocks</groupId>
    <artifactId>starclient</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.starrocks/starclient/
implementation 'com.starrocks:starclient:0.1.2'
// https://jarcasting.com/artifacts/com.starrocks/starclient/
implementation ("com.starrocks:starclient:0.1.2")
'com.starrocks:starclient:jar:0.1.2'
<dependency org="com.starrocks" name="starclient" rev="0.1.2">
  <artifact name="starclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.starrocks', module='starclient', version='0.1.2')
)
libraryDependencies += "com.starrocks" % "starclient" % "0.1.2"
[com.starrocks/starclient "0.1.2"]