Last Version

vert.x-hot maven plugin parent 2.1.0

Parent project for vertx-hot-maven-plugin. A Maven plugin for hot re-deploy of Maven Vert.x applications

License

License

GroupId

GroupId

io.dazraf
ArtifactId

ArtifactId

vertx-hot-parent
Version

Version

2.1.0
Type

Type

pom
Description

Description

vert.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

https://github.com/dazraf/vertx-hot
Source Code Management

Source Code Management

https://github.com/dazraf/vertx-hot

Download vertx-hot-parent 2.1.0


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • plugin
  • example1
  • example2