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