Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.starrocks |
ArtifactId | ArtifactIdstarclient |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
starclient-0.1.2.pom | |
starclient-0.1.2.jar | 10 KB |
starclient-0.1.2-sources.jar | 3 KB |
starclient-0.1.2-javadoc.jar | 35 KB |
Browse |
<!-- 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"]