GroupId | GroupIdcom.zandero |
---|---|
ArtifactId | ArtifactIdrest.vertx |
Version | Version0.8.8 |
Type | Typejar |
Filename | Size |
---|---|
rest.vertx-0.8.8.pom | |
rest.vertx-0.8.8.jar | 101 KB |
rest.vertx-0.8.8-sources.jar | 63 KB |
rest.vertx-0.8.8-javadoc.jar | 348 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zandero/rest.vertx/ -->
<dependency>
<groupId>com.zandero</groupId>
<artifactId>rest.vertx</artifactId>
<version>0.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.zandero/rest.vertx/
implementation 'com.zandero:rest.vertx:0.8.8'
// https://jarcasting.com/artifacts/com.zandero/rest.vertx/
implementation ("com.zandero:rest.vertx:0.8.8")
'com.zandero:rest.vertx:jar:0.8.8'
<dependency org="com.zandero" name="rest.vertx" rev="0.8.8">
<artifact name="rest.vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zandero', module='rest.vertx', version='0.8.8')
)
libraryDependencies += "com.zandero" % "rest.vertx" % "0.8.8"
[com.zandero/rest.vertx "0.8.8"]