GroupId | GroupIdcom.metaring |
---|---|
ArtifactId | ArtifactIdframework-ext-vertx-rpc |
Version | Version1.0.3 |
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.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.metaring/framework-ext-vertx-rpc/
implementation 'com.metaring:framework-ext-vertx-rpc:1.0.3'
// https://jarcasting.com/artifacts/com.metaring/framework-ext-vertx-rpc/
implementation ("com.metaring:framework-ext-vertx-rpc:1.0.3")
'com.metaring:framework-ext-vertx-rpc:jar:1.0.3'
<dependency org="com.metaring" name="framework-ext-vertx-rpc" rev="1.0.3">
<artifact name="framework-ext-vertx-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metaring', module='framework-ext-vertx-rpc', version='1.0.3')
)
libraryDependencies += "com.metaring" % "framework-ext-vertx-rpc" % "1.0.3"
[com.metaring/framework-ext-vertx-rpc "1.0.3"]