| Categories |
CategoriesAkka Container Microservices Reactive libraries |
|---|---|
| GroupId | GroupIdcom.github.ddth |
| ArtifactId | ArtifactIdddth-akka |
| Version | Version1.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ddth-akka-1.1.0.pom | 5 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</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-akka/
implementation 'com.github.ddth:ddth-akka:1.1.0'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-akka/
implementation ("com.github.ddth:ddth-akka:1.1.0")
'com.github.ddth:ddth-akka:pom:1.1.0'
<dependency org="com.github.ddth" name="ddth-akka" rev="1.1.0">
<artifact name="ddth-akka" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-akka', version='1.1.0')
)
libraryDependencies += "com.github.ddth" % "ddth-akka" % "1.1.0"
[com.github.ddth/ddth-akka "1.1.0"]