Categories |
CategoriesJSON Data Akka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-http-spray-json_2.11 |
Version | Version10.0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-spray-json_2.11/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-spray-json_2.11</artifactId>
<version>10.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-spray-json_2.11/
implementation 'com.typesafe.akka:akka-http-spray-json_2.11:10.0.11'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-spray-json_2.11/
implementation ("com.typesafe.akka:akka-http-spray-json_2.11:10.0.11")
'com.typesafe.akka:akka-http-spray-json_2.11:jar:10.0.11'
<dependency org="com.typesafe.akka" name="akka-http-spray-json_2.11" rev="10.0.11">
<artifact name="akka-http-spray-json_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-http-spray-json_2.11', version='10.0.11')
)
libraryDependencies += "com.typesafe.akka" % "akka-http-spray-json_2.11" % "10.0.11"
[com.typesafe.akka/akka-http-spray-json_2.11 "10.0.11"]