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