License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.github.ddth |
ArtifactId | ArtifactIdddth-akka |
Last Version | Last Version1.1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionddth-akka
DDTH's Common Helpers and Utilities for Akka
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ddth-akka-1.1.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-akka/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-akka</artifactId>
<version>1.1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-akka/
implementation 'com.github.ddth:ddth-akka:1.1.0.1'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-akka/
implementation ("com.github.ddth:ddth-akka:1.1.0.1")
'com.github.ddth:ddth-akka:pom:1.1.0.1'
<dependency org="com.github.ddth" name="ddth-akka" rev="1.1.0.1">
<artifact name="ddth-akka" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-akka', version='1.1.0.1')
)
libraryDependencies += "com.github.ddth" % "ddth-akka" % "1.1.0.1"
[com.github.ddth/ddth-akka "1.1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ddth : ddth-commons-core | jar | 1.1.0 |
com.github.ddth : ddth-dlock-core | jar | 1.0.0 |
com.github.ddth : ddth-queue-core | jar | 1.0.0 |
org.apache.commons : commons-lang3 | jar | 3.9 |
com.typesafe.akka : akka-actor_2.12 Optional | jar | 2.5.23 |
com.typesafe.akka : akka-cluster_2.12 Optional | jar | 2.5.23 |
com.typesafe.akka : akka-distributed-data_2.12 Optional | jar | 2.5.23 |
com.typesafe.akka : akka-cluster-metrics_2.12 Optional | jar | 2.5.23 |
com.typesafe.akka : akka-cluster-tools_2.12 Optional | jar | 2.5.23 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.github.ddth : ddth-dlock-redis | pom | 1.0.0 |
com.github.ddth : ddth-queue-redis | pom | 1.0.0 |
com.github.ddth : ddth-commons-serialization | pom | 1.1.0 |
org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
org.slf4j : slf4j-simple | jar | 1.7.25 |