is not current version
Last Version 0.1.3

fr.myprysm.vertx:vertx-utils 0.1.2

Myprysm Vert.x Utils is a set of utilities to fasten application development with Vert.x

GroupId

GroupId

fr.myprysm.vertx
ArtifactId

ArtifactId

vertx-utils
Version

Version

0.1.2
Type

Type

pom

Download vertx-utils 0.1.2

Filename Size
vertx-utils-0.1.2.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/fr.myprysm.vertx/vertx-utils/ -->
<dependency>
    <groupId>fr.myprysm.vertx</groupId>
    <artifactId>vertx-utils</artifactId>
    <version>0.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.myprysm.vertx/vertx-utils/
implementation 'fr.myprysm.vertx:vertx-utils:0.1.2'
// https://jarcasting.com/artifacts/fr.myprysm.vertx/vertx-utils/
implementation ("fr.myprysm.vertx:vertx-utils:0.1.2")
'fr.myprysm.vertx:vertx-utils:pom:0.1.2'
<dependency org="fr.myprysm.vertx" name="vertx-utils" rev="0.1.2">
  <artifact name="vertx-utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.myprysm.vertx', module='vertx-utils', version='0.1.2')
)
libraryDependencies += "fr.myprysm.vertx" % "vertx-utils" % "0.1.2"
[fr.myprysm.vertx/vertx-utils "0.1.2"]