MVN

io.mapsmessaging : DynamicStorage

Maven & Gradle

Jun 12, 2023
0 stars

Dynamic Storage · A generic data store keyed by a Long

<dependency>
    <groupId>io.mapsmessaging</groupId>
    <artifactId>DynamicStorage</artifactId>
    <version>2.4.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.mapsmessaging : DynamicStorage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.10

All Versions

Choose a version of io.mapsmessaging : DynamicStorage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
DynamicStorage-2.4.10
DynamicStorage-2.4.9
DynamicStorage-2.4.8
DynamicStorage-2.4.7
DynamicStorage-2.4.6

How to add a dependency to Maven

Add the following io.mapsmessaging : DynamicStorage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.mapsmessaging</groupId>
    <artifactId>DynamicStorage</artifactId>
    <version>2.4.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.mapsmessaging : DynamicStorage gradle dependency to your build.gradle file:

implementation 'io.mapsmessaging:DynamicStorage:2.4.10'

Gradle Kotlin DSL: Add the following io.mapsmessaging : DynamicStorage gradle kotlin dependency to your build.gradle.kts file:

implementation("io.mapsmessaging:DynamicStorage:2.4.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.mapsmessaging : DynamicStorage sbt scala dependency to your build.sbt file:

libraryDependencies += "io.mapsmessaging" % "DynamicStorage" % "2.4.10"