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