GroupId | GroupIdcom.metaring |
---|---|
ArtifactId | ArtifactIdframework-ext-vertx-rpc |
Version | Version1.1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.metaring/framework-ext-vertx-rpc/ -->
<dependency>
<groupId>com.metaring</groupId>
<artifactId>framework-ext-vertx-rpc</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.metaring/framework-ext-vertx-rpc/
implementation 'com.metaring:framework-ext-vertx-rpc:1.1.5'
// https://jarcasting.com/artifacts/com.metaring/framework-ext-vertx-rpc/
implementation ("com.metaring:framework-ext-vertx-rpc:1.1.5")
'com.metaring:framework-ext-vertx-rpc:jar:1.1.5'
<dependency org="com.metaring" name="framework-ext-vertx-rpc" rev="1.1.5">
<artifact name="framework-ext-vertx-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metaring', module='framework-ext-vertx-rpc', version='1.1.5')
)
libraryDependencies += "com.metaring" % "framework-ext-vertx-rpc" % "1.1.5"
[com.metaring/framework-ext-vertx-rpc "1.1.5"]