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