| GroupId | GroupIdio.dazraf |
|---|---|
| ArtifactId | ArtifactIdvertx-hot-parent |
| Version | Version1.0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| vertx-hot-parent-1.0.2.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dazraf/vertx-hot-parent/ -->
<dependency>
<groupId>io.dazraf</groupId>
<artifactId>vertx-hot-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dazraf/vertx-hot-parent/
implementation 'io.dazraf:vertx-hot-parent:1.0.2'
// https://jarcasting.com/artifacts/io.dazraf/vertx-hot-parent/
implementation ("io.dazraf:vertx-hot-parent:1.0.2")
'io.dazraf:vertx-hot-parent:pom:1.0.2'
<dependency org="io.dazraf" name="vertx-hot-parent" rev="1.0.2">
<artifact name="vertx-hot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dazraf', module='vertx-hot-parent', version='1.0.2')
)
libraryDependencies += "io.dazraf" % "vertx-hot-parent" % "1.0.2"
[io.dazraf/vertx-hot-parent "1.0.2"]