MVN

org.elasticmq : elasticmq-persistence-file_2.12

Maven & Gradle

Jul 06, 2022
1 usages
2.4k stars

elasticmq-persistence-file · elasticmq-persistence-file

<dependency>
    <groupId>org.elasticmq</groupId>
    <artifactId>elasticmq-persistence-file_2.12</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.elasticmq : elasticmq-persistence-file_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8
  • Latest Release Candidate: 1.3.4-RC9

All Versions

Choose a version of org.elasticmq : elasticmq-persistence-file_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
elasticmq-persistence-file_2.12-1.3.8
elasticmq-persistence-file_2.12-1.3.7
elasticmq-persistence-file_2.12-1.3.6
elasticmq-persistence-file_2.12-1.3.5
elasticmq-persistence-file_2.12-1.3.4
elasticmq-persistence-file_2.12-1.3.4-RC9
elasticmq-persistence-file_2.12-1.3.4-RC8
elasticmq-persistence-file_2.12-1.3.4-RC7
elasticmq-persistence-file_2.12-1.3.4-RC6
elasticmq-persistence-file_2.12-1.3.3
elasticmq-persistence-file_2.12-1.3.2

How to add a dependency to Maven

Add the following org.elasticmq : elasticmq-persistence-file_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.elasticmq</groupId>
    <artifactId>elasticmq-persistence-file_2.12</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.elasticmq : elasticmq-persistence-file_2.12 gradle dependency to your build.gradle file:

implementation 'org.elasticmq:elasticmq-persistence-file_2.12:1.3.8'

Gradle Kotlin DSL: Add the following org.elasticmq : elasticmq-persistence-file_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.elasticmq:elasticmq-persistence-file_2.12:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.elasticmq : elasticmq-persistence-file_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.elasticmq" % "elasticmq-persistence-file_2.12" % "1.3.8"

Advertisement