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