Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.ddth |
ArtifactId | ArtifactIdddth-akka-core |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
ddth-akka-core-0.1.4.pom | |
ddth-akka-core-0.1.4.jar | 75 KB |
ddth-akka-core-0.1.4-sources.jar | 40 KB |
ddth-akka-core-0.1.4-javadoc.jar | 295 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-akka-core/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-akka-core</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-akka-core/
implementation 'com.github.ddth:ddth-akka-core:0.1.4'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-akka-core/
implementation ("com.github.ddth:ddth-akka-core:0.1.4")
'com.github.ddth:ddth-akka-core:jar:0.1.4'
<dependency org="com.github.ddth" name="ddth-akka-core" rev="0.1.4">
<artifact name="ddth-akka-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-akka-core', version='0.1.4')
)
libraryDependencies += "com.github.ddth" % "ddth-akka-core" % "0.1.4"
[com.github.ddth/ddth-akka-core "0.1.4"]