MVN

systems.dmx : dmx-hot-deploy

Maven & Gradle

Aug 24, 2023

DMX Hot Deploy · Parent POM for all OSGI bundle (fragment) projects that want to be hot deployed. Hot deployment is realized by copying the build artifact to the `bundle-deploy` directory.

<dependency>
    <groupId>systems.dmx</groupId>
    <artifactId>dmx-hot-deploy</artifactId>
    <version>5.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of systems.dmx : dmx-hot-deploy to add to Maven - Latest Versions:

  • Latest Stable: 5.3.2

All Versions

Choose a version of systems.dmx : dmx-hot-deploy to add to Maven - All Versions:

Version Vulnerabilities Updated
5.3.x
dmx-hot-deploy-5.3.2
dmx-hot-deploy-5.3.1
5.3
dmx-hot-deploy-5.3
5.2.x
dmx-hot-deploy-5.2.1
5.2
dmx-hot-deploy-5.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>systems.dmx</groupId>
    <artifactId>dmx-hot-deploy</artifactId>
    <version>5.3.2</version>
</dependency>

Advertisement