| Categories |
CategoriesAkka Container Microservices Reactive libraries |
|---|---|
| GroupId | GroupIdcom.emarsys |
| ArtifactId | ArtifactIdescher-akka-http_2.13 |
| Version | Version1.3.14 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.emarsys/escher-akka-http_2.13/ -->
<dependency>
<groupId>com.emarsys</groupId>
<artifactId>escher-akka-http_2.13</artifactId>
<version>1.3.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.emarsys/escher-akka-http_2.13/
implementation 'com.emarsys:escher-akka-http_2.13:1.3.14'
// https://jarcasting.com/artifacts/com.emarsys/escher-akka-http_2.13/
implementation ("com.emarsys:escher-akka-http_2.13:1.3.14")
'com.emarsys:escher-akka-http_2.13:jar:1.3.14'
<dependency org="com.emarsys" name="escher-akka-http_2.13" rev="1.3.14">
<artifact name="escher-akka-http_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.emarsys', module='escher-akka-http_2.13', version='1.3.14')
)
libraryDependencies += "com.emarsys" % "escher-akka-http_2.13" % "1.3.14"
[com.emarsys/escher-akka-http_2.13 "1.3.14"]