GroupId | GroupIdcom.zepben |
---|---|
ArtifactId | ArtifactIdvertx-utils |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
vertx-utils-1.0.0.pom | |
vertx-utils-1.0.0.jar | 86 KB |
vertx-utils-1.0.0-sources.jar | 52 KB |
vertx-utils-1.0.0-javadoc.jar | 736 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zepben/vertx-utils/ -->
<dependency>
<groupId>com.zepben</groupId>
<artifactId>vertx-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zepben/vertx-utils/
implementation 'com.zepben:vertx-utils:1.0.0'
// https://jarcasting.com/artifacts/com.zepben/vertx-utils/
implementation ("com.zepben:vertx-utils:1.0.0")
'com.zepben:vertx-utils:jar:1.0.0'
<dependency org="com.zepben" name="vertx-utils" rev="1.0.0">
<artifact name="vertx-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zepben', module='vertx-utils', version='1.0.0')
)
libraryDependencies += "com.zepben" % "vertx-utils" % "1.0.0"
[com.zepben/vertx-utils "1.0.0"]