GroupId | GroupIdcom.groupon.vertx |
---|---|
ArtifactId | ArtifactIdvertx-utils |
Version | Version3.3.4 |
Type | Typejar |
Filename | Size |
---|---|
vertx-utils-3.3.4.pom | |
vertx-utils-3.3.4.jar | 53 KB |
vertx-utils-3.3.4-sources.jar | 33 KB |
vertx-utils-3.3.4-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.groupon.vertx/vertx-utils/ -->
<dependency>
<groupId>com.groupon.vertx</groupId>
<artifactId>vertx-utils</artifactId>
<version>3.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupon.vertx/vertx-utils/
implementation 'com.groupon.vertx:vertx-utils:3.3.4'
// https://jarcasting.com/artifacts/com.groupon.vertx/vertx-utils/
implementation ("com.groupon.vertx:vertx-utils:3.3.4")
'com.groupon.vertx:vertx-utils:jar:3.3.4'
<dependency org="com.groupon.vertx" name="vertx-utils" rev="3.3.4">
<artifact name="vertx-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupon.vertx', module='vertx-utils', version='3.3.4')
)
libraryDependencies += "com.groupon.vertx" % "vertx-utils" % "3.3.4"
[com.groupon.vertx/vertx-utils "3.3.4"]