Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.fomkin |
ArtifactId | ArtifactIdkorolev-server-akkahttp_2.11 |
Version | Version0.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fomkin/korolev-server-akkahttp_2.11/ -->
<dependency>
<groupId>com.github.fomkin</groupId>
<artifactId>korolev-server-akkahttp_2.11</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fomkin/korolev-server-akkahttp_2.11/
implementation 'com.github.fomkin:korolev-server-akkahttp_2.11:0.8.0'
// https://jarcasting.com/artifacts/com.github.fomkin/korolev-server-akkahttp_2.11/
implementation ("com.github.fomkin:korolev-server-akkahttp_2.11:0.8.0")
'com.github.fomkin:korolev-server-akkahttp_2.11:jar:0.8.0'
<dependency org="com.github.fomkin" name="korolev-server-akkahttp_2.11" rev="0.8.0">
<artifact name="korolev-server-akkahttp_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fomkin', module='korolev-server-akkahttp_2.11', version='0.8.0')
)
libraryDependencies += "com.github.fomkin" % "korolev-server-akkahttp_2.11" % "0.8.0"
[com.github.fomkin/korolev-server-akkahttp_2.11 "0.8.0"]