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