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