Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.pshirshov.izumi.legacy |
ArtifactId | ArtifactIdakka-http_2.12 |
Version | Version1.4.4 |
Type | Typejar |
Filename | Size |
---|---|
akka-http_2.12-1.4.4.pom | |
akka-http_2.12-1.4.4.jar | 155 KB |
akka-http_2.12-1.4.4-tests.jar | 24 KB |
akka-http_2.12-1.4.4-tests-sources.jar | 4 KB |
akka-http_2.12-1.4.4-tests-javadoc.jar | 668 KB |
akka-http_2.12-1.4.4-sources.jar | 34 KB |
akka-http_2.12-1.4.4-javadoc.jar | 946 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pshirshov.izumi.legacy/akka-http_2.12/ -->
<dependency>
<groupId>com.github.pshirshov.izumi.legacy</groupId>
<artifactId>akka-http_2.12</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pshirshov.izumi.legacy/akka-http_2.12/
implementation 'com.github.pshirshov.izumi.legacy:akka-http_2.12:1.4.4'
// https://jarcasting.com/artifacts/com.github.pshirshov.izumi.legacy/akka-http_2.12/
implementation ("com.github.pshirshov.izumi.legacy:akka-http_2.12:1.4.4")
'com.github.pshirshov.izumi.legacy:akka-http_2.12:jar:1.4.4'
<dependency org="com.github.pshirshov.izumi.legacy" name="akka-http_2.12" rev="1.4.4">
<artifact name="akka-http_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pshirshov.izumi.legacy', module='akka-http_2.12', version='1.4.4')
)
libraryDependencies += "com.github.pshirshov.izumi.legacy" % "akka-http_2.12" % "1.4.4"
[com.github.pshirshov.izumi.legacy/akka-http_2.12 "1.4.4"]