GroupId | GroupIdcom.github.imrafaelmerino |
---|---|
ArtifactId | ArtifactIdvertx-values |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
vertx-values-0.7.pom | |
vertx-values-0.7.jar | 95 KB |
vertx-values-0.7-sources.jar | 44 KB |
vertx-values-0.7-javadoc.jar | 660 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.imrafaelmerino/vertx-values/ -->
<dependency>
<groupId>com.github.imrafaelmerino</groupId>
<artifactId>vertx-values</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.imrafaelmerino/vertx-values/
implementation 'com.github.imrafaelmerino:vertx-values:0.7'
// https://jarcasting.com/artifacts/com.github.imrafaelmerino/vertx-values/
implementation ("com.github.imrafaelmerino:vertx-values:0.7")
'com.github.imrafaelmerino:vertx-values:jar:0.7'
<dependency org="com.github.imrafaelmerino" name="vertx-values" rev="0.7">
<artifact name="vertx-values" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.imrafaelmerino', module='vertx-values', version='0.7')
)
libraryDependencies += "com.github.imrafaelmerino" % "vertx-values" % "0.7"
[com.github.imrafaelmerino/vertx-values "0.7"]