MVN

com.bloxbean : rocks-types-core

Maven & Gradle

Jan 03, 2024

Rocks Types Core · Rocks Types Core - Collection Data Type Implementations Built on RocksDB

<dependency>
    <groupId>com.bloxbean</groupId>
    <artifactId>rocks-types-core</artifactId>
    <version>0.0.1-preview6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bloxbean : rocks-types-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-preview6

All Versions

Choose a version of com.bloxbean : rocks-types-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
rocks-types-core-0.0.1-preview6
rocks-types-core-0.0.1-preview5
rocks-types-core-0.0.1-preview4
rocks-types-core-0.0.1-preview3
rocks-types-core-0.0.1-preview2
rocks-types-core-0.0.1-preview1

How to add a dependency to Maven

Add the following com.bloxbean : rocks-types-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bloxbean</groupId>
    <artifactId>rocks-types-core</artifactId>
    <version>0.0.1-preview6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bloxbean : rocks-types-core gradle dependency to your build.gradle file:

implementation 'com.bloxbean:rocks-types-core:0.0.1-preview6'

Gradle Kotlin DSL: Add the following com.bloxbean : rocks-types-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bloxbean:rocks-types-core:0.0.1-preview6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bloxbean : rocks-types-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bloxbean" % "rocks-types-core" % "0.0.1-preview6"