Categories |
CategoriesReact User Interface Web Frameworks Native Development Tools |
---|---|
GroupId | GroupIdorg.reactivemongo |
ArtifactId | ArtifactIdreactivemongo-shaded-native |
Version | Version0.20.11-osx-x86-64 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.reactivemongo/reactivemongo-shaded-native/ -->
<dependency>
<groupId>org.reactivemongo</groupId>
<artifactId>reactivemongo-shaded-native</artifactId>
<version>0.20.11-osx-x86-64</version>
</dependency>
// https://jarcasting.com/artifacts/org.reactivemongo/reactivemongo-shaded-native/
implementation 'org.reactivemongo:reactivemongo-shaded-native:0.20.11-osx-x86-64'
// https://jarcasting.com/artifacts/org.reactivemongo/reactivemongo-shaded-native/
implementation ("org.reactivemongo:reactivemongo-shaded-native:0.20.11-osx-x86-64")
'org.reactivemongo:reactivemongo-shaded-native:jar:0.20.11-osx-x86-64'
<dependency org="org.reactivemongo" name="reactivemongo-shaded-native" rev="0.20.11-osx-x86-64">
<artifact name="reactivemongo-shaded-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reactivemongo', module='reactivemongo-shaded-native', version='0.20.11-osx-x86-64')
)
libraryDependencies += "org.reactivemongo" % "reactivemongo-shaded-native" % "0.20.11-osx-x86-64"
[org.reactivemongo/reactivemongo-shaded-native "0.20.11-osx-x86-64"]