MVN

com.starrocks : starcommon

Maven & Gradle

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

Latest Version

Choose a version of com.starrocks : starcommon 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 : starcommon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1
starcommon-3.1-rc8
starcommon-3.1-rc7
starcommon-3.1-rc5
starcommon-3.1-rc4
starcommon-3.1-rc2
starcommon-3.1-rc1
starcommon-3.1-rc0
1.0.x
starcommon-1.0.7
starcommon-1.0.2
0.2.x
starcommon-0.2.7
starcommon-0.2.6
starcommon-0.2.4
starcommon-0.2.3
starcommon-0.2.2

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.starrocks:starcommon:1.0.7'

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

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

How to add a dependency to SBT Scala

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

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