License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.torodb |
ArtifactId | ArtifactIdakka-chronicle-queue |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAkka Stream: Chronicle Queue integration
Transforms Chronicle Queue into an Akka source, sink or buffer flow.
|
Project Organization |
Project Organization8Kdata Technology |
Filename | Size |
---|---|
akka-chronicle-queue-1.0.0.pom | |
akka-chronicle-queue-1.0.0.jar | 29 KB |
akka-chronicle-queue-1.0.0-sources.jar | 16 KB |
akka-chronicle-queue-1.0.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.torodb/akka-chronicle-queue/ -->
<dependency>
<groupId>com.torodb</groupId>
<artifactId>akka-chronicle-queue</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.torodb/akka-chronicle-queue/
implementation 'com.torodb:akka-chronicle-queue:1.0.0'
// https://jarcasting.com/artifacts/com.torodb/akka-chronicle-queue/
implementation ("com.torodb:akka-chronicle-queue:1.0.0")
'com.torodb:akka-chronicle-queue:jar:1.0.0'
<dependency org="com.torodb" name="akka-chronicle-queue" rev="1.0.0">
<artifact name="akka-chronicle-queue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.torodb', module='akka-chronicle-queue', version='1.0.0')
)
libraryDependencies += "com.torodb" % "akka-chronicle-queue" % "1.0.0"
[com.torodb/akka-chronicle-queue "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.akka : akka-stream_2.12 | jar | 2.5.2 |
net.openhft : chronicle-queue | jar | 4.5.27 |
org.scala-lang : scala-library | jar | 2.12.2 |
com.torodb.testing : core-junit5 | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.junit.jupiter : junit-jupiter-api | jar | 5.0.0-M4 |
org.junit.platform : junit-platform-runner | jar | 1.0.0-M4 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.0.0-M4 |
com.typesafe.akka : akka-stream-testkit_2.12 | jar | 2.5.2 |
com.typesafe : config | jar | 1.3.1 |
org.apache.logging.log4j : log4j-core | jar | 2.8.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.8.1 |
org.apache.logging.log4j : log4j-core | test-jar | 2.8.1 |