| Лицензия |
Лицензия |
|---|---|
| Группа | Группаsystems.dmx |
| Идентификатор | Идентификаторdmx-hot-deploy |
| Последняя версия | Последняя версия5.2.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.1.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/systems.dmx/dmx-hot-deploy/ -->
<dependency>
<groupId>systems.dmx</groupId>
<artifactId>dmx-hot-deploy</artifactId>
<version>5.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/systems.dmx/dmx-hot-deploy/
implementation 'systems.dmx:dmx-hot-deploy:5.2.1'
// https://jarcasting.com/artifacts/systems.dmx/dmx-hot-deploy/
implementation ("systems.dmx:dmx-hot-deploy:5.2.1")
'systems.dmx:dmx-hot-deploy:pom:5.2.1'
<dependency org="systems.dmx" name="dmx-hot-deploy" rev="5.2.1">
<artifact name="dmx-hot-deploy" type="pom" />
</dependency>
@Grapes(
@Grab(group='systems.dmx', module='dmx-hot-deploy', version='5.2.1')
)
libraryDependencies += "systems.dmx" % "dmx-hot-deploy" % "5.2.1"
[systems.dmx/dmx-hot-deploy "5.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |