| Категории |
КатегорииAkka Контейнер Микросервисы Reactive libraries |
|---|---|
| Группа | Группаcom.github.dnvriend |
| Идентификатор | Идентификаторakka-persistence-inmemory_2.11 |
| Версия | Версия2.5.1.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.dnvriend/akka-persistence-inmemory_2.11/ -->
<dependency>
<groupId>com.github.dnvriend</groupId>
<artifactId>akka-persistence-inmemory_2.11</artifactId>
<version>2.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dnvriend/akka-persistence-inmemory_2.11/
implementation 'com.github.dnvriend:akka-persistence-inmemory_2.11:2.5.1.1'
// https://jarcasting.com/artifacts/com.github.dnvriend/akka-persistence-inmemory_2.11/
implementation ("com.github.dnvriend:akka-persistence-inmemory_2.11:2.5.1.1")
'com.github.dnvriend:akka-persistence-inmemory_2.11:jar:2.5.1.1'
<dependency org="com.github.dnvriend" name="akka-persistence-inmemory_2.11" rev="2.5.1.1">
<artifact name="akka-persistence-inmemory_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dnvriend', module='akka-persistence-inmemory_2.11', version='2.5.1.1')
)
libraryDependencies += "com.github.dnvriend" % "akka-persistence-inmemory_2.11" % "2.5.1.1"
[com.github.dnvriend/akka-persistence-inmemory_2.11 "2.5.1.1"]