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