MVN

com.oceanbase : ob-partition-calculator

Maven & Gradle

Jun 05, 2023

ob-partition-calculator · ob-partition-calculator can help calculate partition id of records to oceanbase

<dependency>
    <groupId>com.oceanbase</groupId>
    <artifactId>ob-partition-calculator</artifactId>
    <version>1.8.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oceanbase : ob-partition-calculator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0-RELEASE

All Versions

Choose a version of com.oceanbase : ob-partition-calculator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
ob-partition-calculator-1.8.0-RELEASE
1.7.x
ob-partition-calculator-1.7.0-RELEASE

How to add a dependency to Maven

Add the following com.oceanbase : ob-partition-calculator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oceanbase</groupId>
    <artifactId>ob-partition-calculator</artifactId>
    <version>1.8.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oceanbase : ob-partition-calculator gradle dependency to your build.gradle file:

implementation 'com.oceanbase:ob-partition-calculator:1.8.0-RELEASE'

Gradle Kotlin DSL: Add the following com.oceanbase : ob-partition-calculator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oceanbase:ob-partition-calculator:1.8.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oceanbase : ob-partition-calculator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oceanbase" % "ob-partition-calculator" % "1.8.0-RELEASE"