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