MVN

com.okumin : akka-persistence-sql-async_2.11

Maven & Gradle

Jan 02, 2018
1 usages
116 stars

akka-persistence-sql-async · akka-persistence-sql-async

<dependency>
    <groupId>com.okumin</groupId>
    <artifactId>akka-persistence-sql-async_2.11</artifactId>
    <version>0.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.okumin : akka-persistence-sql-async_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.1

All Versions

Choose a version of com.okumin : akka-persistence-sql-async_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • akka-persistence-sql-async_2.11-0.5.1

    Jan 02, 2018
  • akka-persistence-sql-async_2.11-0.5.0

    Nov 07, 2017
  • akka-persistence-sql-async_2.11-0.4.0

    Nov 04, 2016
  • akka-persistence-sql-async_2.11-0.3.1

    Oct 14, 2015
  • akka-persistence-sql-async_2.11-0.3.0

    Oct 07, 2015
  • akka-persistence-sql-async_2.11-0.2.1

    Sep 25, 2015
  • akka-persistence-sql-async_2.11-0.2

    Apr 05, 2015
  • akka-persistence-sql-async_2.11-0.1

    Sep 29, 2014

How to add a dependency to Maven

Add the following com.okumin : akka-persistence-sql-async_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.okumin</groupId>
    <artifactId>akka-persistence-sql-async_2.11</artifactId>
    <version>0.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.okumin : akka-persistence-sql-async_2.11 gradle dependency to your build.gradle file:

implementation 'com.okumin:akka-persistence-sql-async_2.11:0.5.1'

Gradle Kotlin DSL: Add the following com.okumin : akka-persistence-sql-async_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.okumin:akka-persistence-sql-async_2.11:0.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.okumin : akka-persistence-sql-async_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.okumin" % "akka-persistence-sql-async_2.11" % "0.5.1"

Advertisement