License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases React User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdcom.github.cedrickring |
ArtifactId | ArtifactIdreactor-mongodb |
Last Version | Last Version1.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA wrapper above the mongodb-async api with Reactor (http://projectreactor.io/)
|
Filename | Size |
---|---|
reactor-mongodb-1.7.1.pom | |
reactor-mongodb-1.7.1.jar | 76 KB |
reactor-mongodb-1.7.1-sources.jar | 14 KB |
reactor-mongodb-1.7.1-javadoc.jar | 104 KB |
reactor-mongodb-1.7.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cedrickring/reactor-mongodb/
implementation 'com.github.cedrickring:reactor-mongodb:1.7.1'
// https://jarcasting.com/artifacts/com.github.cedrickring/reactor-mongodb/
implementation ("com.github.cedrickring:reactor-mongodb:1.7.1")
'com.github.cedrickring:reactor-mongodb:jar:1.7.1'
<dependency org="com.github.cedrickring" name="reactor-mongodb" rev="1.7.1">
<artifact name="reactor-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cedrickring', module='reactor-mongodb', version='1.7.1')
)
libraryDependencies += "com.github.cedrickring" % "reactor-mongodb" % "1.7.1"
[com.github.cedrickring/reactor-mongodb "1.7.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.41 |
org.mongodb : mongodb-driver-async | jar | 3.7.1 |
io.projectreactor : reactor-core | jar | 3.1.7.RELEASE |