Categories |
CategoriesMongoDB Data Databases React User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.cedrickring |
ArtifactId | ArtifactIdreactor-mongodb |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
reactor-mongodb-1.7.pom | |
reactor-mongodb-1.7.jar | 76 KB |
reactor-mongodb-1.7-sources.jar | 14 KB |
reactor-mongodb-1.7-javadoc.jar | 104 KB |
reactor-mongodb-1.7-jar-with-dependencies.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cedrickring/reactor-mongodb/ -->
<dependency>
<groupId>com.github.cedrickring</groupId>
<artifactId>reactor-mongodb</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cedrickring/reactor-mongodb/
implementation 'com.github.cedrickring:reactor-mongodb:1.7'
// https://jarcasting.com/artifacts/com.github.cedrickring/reactor-mongodb/
implementation ("com.github.cedrickring:reactor-mongodb:1.7")
'com.github.cedrickring:reactor-mongodb:jar:1.7'
<dependency org="com.github.cedrickring" name="reactor-mongodb" rev="1.7">
<artifact name="reactor-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cedrickring', module='reactor-mongodb', version='1.7')
)
libraryDependencies += "com.github.cedrickring" % "reactor-mongodb" % "1.7"
[com.github.cedrickring/reactor-mongodb "1.7"]