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