Official Maven Artifacts for Scala/JVM?

Hello folks:

I am working on an akka app, and I am confused by the artifacts referenced on maven for

  • Event Store JVM Client

  • Eventstore Akka Persistence

If I click through to

http://mvnrepository.com/artifact/pl.newicom.dddd/eventstore-akka-persistence_2.11/1.0.4-M2

The github repo is not the official EventStore repo, but Paweł Kaczor’s. Likewise, if I click through to

http://mvnrepository.com/artifact/pl.newicom.dddd/eventstore-client_2.11/2.0.3-M1

The github repo mentioned is the same. Are these correct? Which artifacts should I actually use in my build.sbt?

Amiri

For your sbt:

libraryDependencies += “com.geteventstore” % “akka-persistence-eventstore_2.11” % “2.0.2”
libraryDependencies += “com.geteventstore” % “eventstore-client_2.11” % “2.0.2”

Hi Amiri,

https://github.com/EventStore/EventStore.JVM/issues/37

Btw Alex thanks for quick reply on this, loos like we need put dependencies paragraph back and not rely on version badge.