Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.reactivemongo |
ArtifactId | ArtifactIdplay2-reactivemongo_2.13 |
Version | Version0.20.11-play28 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.reactivemongo/play2-reactivemongo_2.13/ -->
<dependency>
<groupId>org.reactivemongo</groupId>
<artifactId>play2-reactivemongo_2.13</artifactId>
<version>0.20.11-play28</version>
</dependency>
// https://jarcasting.com/artifacts/org.reactivemongo/play2-reactivemongo_2.13/
implementation 'org.reactivemongo:play2-reactivemongo_2.13:0.20.11-play28'
// https://jarcasting.com/artifacts/org.reactivemongo/play2-reactivemongo_2.13/
implementation ("org.reactivemongo:play2-reactivemongo_2.13:0.20.11-play28")
'org.reactivemongo:play2-reactivemongo_2.13:jar:0.20.11-play28'
<dependency org="org.reactivemongo" name="play2-reactivemongo_2.13" rev="0.20.11-play28">
<artifact name="play2-reactivemongo_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reactivemongo', module='play2-reactivemongo_2.13', version='0.20.11-play28')
)
libraryDependencies += "org.reactivemongo" % "play2-reactivemongo_2.13" % "0.20.11-play28"
[org.reactivemongo/play2-reactivemongo_2.13 "0.20.11-play28"]