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