Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.ddth |
ArtifactId | ArtifactIdddth-akka-core |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
ddth-akka-core-0.1.3.pom | |
ddth-akka-core-0.1.3.jar | 66 KB |
ddth-akka-core-0.1.3-sources.jar | 34 KB |
ddth-akka-core-0.1.3-javadoc.jar | 250 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-akka-core/
implementation 'com.github.ddth:ddth-akka-core:0.1.3'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-akka-core/
implementation ("com.github.ddth:ddth-akka-core:0.1.3")
'com.github.ddth:ddth-akka-core:jar:0.1.3'
<dependency org="com.github.ddth" name="ddth-akka-core" rev="0.1.3">
<artifact name="ddth-akka-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-akka-core', version='0.1.3')
)
libraryDependencies += "com.github.ddth" % "ddth-akka-core" % "0.1.3"
[com.github.ddth/ddth-akka-core "0.1.3"]