MVN

com.starrocks : starclient

Maven & Gradle

Aug 17, 2023
<dependency>
    <groupId>com.starrocks</groupId>
    <artifactId>starclient</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.starrocks : starclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7
  • Latest Release Candidate: 3.1-rc8

All Versions

Choose a version of com.starrocks : starclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1
starclient-3.1-rc8
starclient-3.1-rc7
starclient-3.1-rc5
starclient-3.1-rc4
starclient-3.1-rc2
starclient-3.1-rc1
starclient-3.1-rc0
1.0.x
starclient-1.0.7
starclient-1.0.2
0.2.x
starclient-0.2.7
starclient-0.2.6
starclient-0.2.4
starclient-0.2.3
starclient-0.2.2
starclient-0.2.1
starclient-0.2.0
0.1.x
starclient-0.1.9
starclient-0.1.8
starclient-0.1.7
starclient-0.1.6
starclient-0.1.5
starclient-0.1.4
starclient-0.1.3
starclient-0.1.2
starclient-0.1.1
starclient-0.1.0

How to add a dependency to Maven

Add the following com.starrocks : starclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.starrocks</groupId>
    <artifactId>starclient</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.starrocks : starclient gradle dependency to your build.gradle file:

implementation 'com.starrocks:starclient:1.0.7'

Gradle Kotlin DSL: Add the following com.starrocks : starclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.starrocks:starclient:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.starrocks : starclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.starrocks" % "starclient" % "1.0.7"