Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdio.github.romeh |
ArtifactId | ArtifactIdakka-persistence-ignite |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.romeh/akka-persistence-ignite/ -->
<dependency>
<groupId>io.github.romeh</groupId>
<artifactId>akka-persistence-ignite</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.romeh/akka-persistence-ignite/
implementation 'io.github.romeh:akka-persistence-ignite:1.1.0'
// https://jarcasting.com/artifacts/io.github.romeh/akka-persistence-ignite/
implementation ("io.github.romeh:akka-persistence-ignite:1.1.0")
'io.github.romeh:akka-persistence-ignite:jar:1.1.0'
<dependency org="io.github.romeh" name="akka-persistence-ignite" rev="1.1.0">
<artifact name="akka-persistence-ignite" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.romeh', module='akka-persistence-ignite', version='1.1.0')
)
libraryDependencies += "io.github.romeh" % "akka-persistence-ignite" % "1.1.0"
[io.github.romeh/akka-persistence-ignite "1.1.0"]