MVN

com.uber.simplestore : simplestore

Maven & Gradle

Jun 11, 2020
2 usages
82 stars

SimpleStore · A no-frills fast async storage library

<dependency>
    <groupId>com.uber.simplestore</groupId>
    <artifactId>simplestore</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.uber.simplestore : simplestore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of com.uber.simplestore : simplestore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
simplestore-0.0.8
simplestore-0.0.7
simplestore-0.0.6
simplestore-0.0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.uber.simplestore</groupId>
    <artifactId>simplestore</artifactId>
    <version>0.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.uber.simplestore : simplestore gradle dependency to your build.gradle file:

implementation 'com.uber.simplestore:simplestore:0.0.8'

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

implementation("com.uber.simplestore:simplestore:0.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.uber.simplestore : simplestore sbt scala dependency to your build.sbt file:

libraryDependencies += "com.uber.simplestore" % "simplestore" % "0.0.8"

Advertisement