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