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