Categories |
CategoriesWire Data Data Structures |
---|---|
GroupId | GroupIdcom.noenv |
ArtifactId | ArtifactIdvertx-wiremongo |
Version | Version3.9.1 |
Type | Typejar |
Filename | Size |
---|---|
vertx-wiremongo-3.9.1.pom | |
vertx-wiremongo-3.9.1.jar | 138 KB |
vertx-wiremongo-3.9.1-tests.jar | 128 KB |
vertx-wiremongo-3.9.1-test-sources.jar | 69 KB |
vertx-wiremongo-3.9.1-sources.jar | 50 KB |
vertx-wiremongo-3.9.1-javadoc.jar | 979 KB |
vertx-wiremongo-3.9.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.noenv/vertx-wiremongo/
implementation 'com.noenv:vertx-wiremongo:3.9.1'
// https://jarcasting.com/artifacts/com.noenv/vertx-wiremongo/
implementation ("com.noenv:vertx-wiremongo:3.9.1")
'com.noenv:vertx-wiremongo:jar:3.9.1'
<dependency org="com.noenv" name="vertx-wiremongo" rev="3.9.1">
<artifact name="vertx-wiremongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.noenv', module='vertx-wiremongo', version='3.9.1')
)
libraryDependencies += "com.noenv" % "vertx-wiremongo" % "3.9.1"
[com.noenv/vertx-wiremongo "3.9.1"]