d

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.
文件下载
文件名 操作
dmx-hot-deploy-5.2.pom 下载
Apache Maven
<dependency>
  <groupId>systems.dmx</groupId>
  <artifactId>dmx-hot-deploy</artifactId>
  <version>5.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'systems.dmx:dmx-hot-deploy:5.2'
Gradle Kotlin
implementation("systems.dmx:dmx-hot-deploy:5.2")
Scala SBT
libraryDependencies += "systems.dmx" % "dmx-hot-deploy" % "5.2"
Groovy Grape
@Grapes(
  @Grab(group='systems.dmx', module='dmx-hot-deploy', version='5.2')
)
Apache Ivy
<dependency org="systems.dmx" name="dmx-hot-deploy" rev="5.2" />
Leiningen
[systems.dmx/dmx-hot-deploy "5.2"]
Apache Buildr
'systems.dmx:dmx-hot-deploy:jar:5.2'