Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.starrocks |
ArtifactId | ArtifactIdstarclient |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
starclient-0.1.0.pom | |
starclient-0.1.0.jar | 11 KB |
starclient-0.1.0-sources.jar | 3 KB |
starclient-0.1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.starrocks/starclient/ -->
<dependency>
<groupId>com.starrocks</groupId>
<artifactId>starclient</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.starrocks/starclient/
implementation 'com.starrocks:starclient:0.1.0'
// https://jarcasting.com/artifacts/com.starrocks/starclient/
implementation ("com.starrocks:starclient:0.1.0")
'com.starrocks:starclient:jar:0.1.0'
<dependency org="com.starrocks" name="starclient" rev="0.1.0">
<artifact name="starclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.starrocks', module='starclient', version='0.1.0')
)
libraryDependencies += "com.starrocks" % "starclient" % "0.1.0"
[com.starrocks/starclient "0.1.0"]