| License |
License |
|---|---|
| GroupId | GroupIdio.dazraf |
| ArtifactId | ArtifactIdvertx-hot-parent |
| Version | Version2.1.0 |
| Type | Typepom |
| Description |
Descriptionvert.x-hot maven plugin parent
Parent project for vertx-hot-maven-plugin. A Maven plugin for hot re-deploy of Maven Vert.x applications
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| vertx-hot-parent-2.1.0.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dazraf/vertx-hot-parent/ -->
<dependency>
<groupId>io.dazraf</groupId>
<artifactId>vertx-hot-parent</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dazraf/vertx-hot-parent/
implementation 'io.dazraf:vertx-hot-parent:2.1.0'
// https://jarcasting.com/artifacts/io.dazraf/vertx-hot-parent/
implementation ("io.dazraf:vertx-hot-parent:2.1.0")
'io.dazraf:vertx-hot-parent:pom:2.1.0'
<dependency org="io.dazraf" name="vertx-hot-parent" rev="2.1.0">
<artifact name="vertx-hot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dazraf', module='vertx-hot-parent', version='2.1.0')
)
libraryDependencies += "io.dazraf" % "vertx-hot-parent" % "2.1.0"
[io.dazraf/vertx-hot-parent "2.1.0"]