Categories |
CategoriesReact User Interface Web Frameworks JSON Data |
---|---|
GroupId | GroupIdorg.reactivemongo |
ArtifactId | ArtifactIdreactivemongo-play-json_2.12 |
Version | Version0.15.0-play26 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.reactivemongo/reactivemongo-play-json_2.12/ -->
<dependency>
<groupId>org.reactivemongo</groupId>
<artifactId>reactivemongo-play-json_2.12</artifactId>
<version>0.15.0-play26</version>
</dependency>
// https://jarcasting.com/artifacts/org.reactivemongo/reactivemongo-play-json_2.12/
implementation 'org.reactivemongo:reactivemongo-play-json_2.12:0.15.0-play26'
// https://jarcasting.com/artifacts/org.reactivemongo/reactivemongo-play-json_2.12/
implementation ("org.reactivemongo:reactivemongo-play-json_2.12:0.15.0-play26")
'org.reactivemongo:reactivemongo-play-json_2.12:jar:0.15.0-play26'
<dependency org="org.reactivemongo" name="reactivemongo-play-json_2.12" rev="0.15.0-play26">
<artifact name="reactivemongo-play-json_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reactivemongo', module='reactivemongo-play-json_2.12', version='0.15.0-play26')
)
libraryDependencies += "org.reactivemongo" % "reactivemongo-play-json_2.12" % "0.15.0-play26"
[org.reactivemongo/reactivemongo-play-json_2.12 "0.15.0-play26"]