Categories |
CategoriesWire Data Data Structures |
---|---|
GroupId | GroupIdcom.noenv |
ArtifactId | ArtifactIdvertx-wiremongo |
Version | Version4.0.3 |
Type | Typejar |
Filename | Size |
---|---|
vertx-wiremongo-4.0.3.pom | |
vertx-wiremongo-4.0.3.jar | 148 KB |
vertx-wiremongo-4.0.3-tests.jar | 170 KB |
vertx-wiremongo-4.0.3-test-sources.jar | 83 KB |
vertx-wiremongo-4.0.3-sources.jar | 81 KB |
vertx-wiremongo-4.0.3-javadoc.jar | 1 MB |
vertx-wiremongo-4.0.3-docs.zip | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.noenv/vertx-wiremongo/ -->
<dependency>
<groupId>com.noenv</groupId>
<artifactId>vertx-wiremongo</artifactId>
<version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.noenv/vertx-wiremongo/
implementation 'com.noenv:vertx-wiremongo:4.0.3'
// https://jarcasting.com/artifacts/com.noenv/vertx-wiremongo/
implementation ("com.noenv:vertx-wiremongo:4.0.3")
'com.noenv:vertx-wiremongo:jar:4.0.3'
<dependency org="com.noenv" name="vertx-wiremongo" rev="4.0.3">
<artifact name="vertx-wiremongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.noenv', module='vertx-wiremongo', version='4.0.3')
)
libraryDependencies += "com.noenv" % "vertx-wiremongo" % "4.0.3"
[com.noenv/vertx-wiremongo "4.0.3"]