MVN

com.starrocks : streammgr

Maven & Gradle

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

Latest Version

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.starrocks:streammgr:1.0.7'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement