| Categories |
CategoriesJSON Data Akka Container Microservices Reactive libraries |
|---|---|
| GroupId | GroupIdcom.kreattiewe.akka |
| ArtifactId | ArtifactIdplay-json-marshalling_2.11 |
| Version | Version1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.kreattiewe.akka/play-json-marshalling_2.11/ -->
<dependency>
<groupId>com.kreattiewe.akka</groupId>
<artifactId>play-json-marshalling_2.11</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kreattiewe.akka/play-json-marshalling_2.11/
implementation 'com.kreattiewe.akka:play-json-marshalling_2.11:1.0'
// https://jarcasting.com/artifacts/com.kreattiewe.akka/play-json-marshalling_2.11/
implementation ("com.kreattiewe.akka:play-json-marshalling_2.11:1.0")
'com.kreattiewe.akka:play-json-marshalling_2.11:jar:1.0'
<dependency org="com.kreattiewe.akka" name="play-json-marshalling_2.11" rev="1.0">
<artifact name="play-json-marshalling_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kreattiewe.akka', module='play-json-marshalling_2.11', version='1.0')
)
libraryDependencies += "com.kreattiewe.akka" % "play-json-marshalling_2.11" % "1.0"
[com.kreattiewe.akka/play-json-marshalling_2.11 "1.0"]