Categories |
CategoriesWire Data Data Structures |
---|---|
GroupId | GroupIdcom.noenv |
ArtifactId | ArtifactIdvertx-wiremongo |
Version | Version4.1.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.noenv/vertx-wiremongo/ -->
<dependency>
<groupId>com.noenv</groupId>
<artifactId>vertx-wiremongo</artifactId>
<version>4.1.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/com.noenv/vertx-wiremongo/
implementation 'com.noenv:vertx-wiremongo:4.1.0.CR1'
// https://jarcasting.com/artifacts/com.noenv/vertx-wiremongo/
implementation ("com.noenv:vertx-wiremongo:4.1.0.CR1")
'com.noenv:vertx-wiremongo:jar:4.1.0.CR1'
<dependency org="com.noenv" name="vertx-wiremongo" rev="4.1.0.CR1">
<artifact name="vertx-wiremongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.noenv', module='vertx-wiremongo', version='4.1.0.CR1')
)
libraryDependencies += "com.noenv" % "vertx-wiremongo" % "4.1.0.CR1"
[com.noenv/vertx-wiremongo "4.1.0.CR1"]