License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-mongo-client |
Last Version | Last Version4.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationEclipse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-mongo-client/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mongo-client</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-mongo-client/
implementation 'io.vertx:vertx-mongo-client:4.3.1'
// https://jarcasting.com/artifacts/io.vertx/vertx-mongo-client/
implementation ("io.vertx:vertx-mongo-client:4.3.1")
'io.vertx:vertx-mongo-client:jar:4.3.1'
<dependency org="io.vertx" name="vertx-mongo-client" rev="4.3.1">
<artifact name="vertx-mongo-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-mongo-client', version='4.3.1')
)
libraryDependencies += "io.vertx" % "vertx-mongo-client" % "4.3.1"
[io.vertx/vertx-mongo-client "4.3.1"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | |
org.mongodb : mongodb-driver-reactivestreams | jar | 4.1.2 |
org.reactivestreams : reactive-streams | jar | 1.0.3 |
org.apache.commons : commons-collections4 | jar | 4.2 |
io.vertx : vertx-codegen Optional | jar | |
io.vertx : vertx-docgen Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | |
org.testcontainers : mongodb | jar | 1.17.1 |
io.vertx : vertx-core | test-jar | |
junit : junit | jar | 4.13.1 |
pl.pragmatists : JUnitParams | jar | 1.1.1 |