| Лицензия |
Лицензия |
|---|---|
| Группа | Группаsystems.dmx |
| Идентификатор | Идентификаторdmx-plugin |
| Последняя версия | Последняя версия5.2.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеDMX Plugin
Parent POM for all DMX plugins (= OSGi bundles). 3 features:
- declares the `dmx-core` dependency as needed by all DMX plugins
- preconfigures the DMX default bundle activator
- derives the hot deployment feature
|
| Имя Файла | Размер |
|---|---|
| dmx-plugin-5.2.1.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/systems.dmx/dmx-plugin/ -->
<dependency>
<groupId>systems.dmx</groupId>
<artifactId>dmx-plugin</artifactId>
<version>5.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/systems.dmx/dmx-plugin/
implementation 'systems.dmx:dmx-plugin:5.2.1'
// https://jarcasting.com/artifacts/systems.dmx/dmx-plugin/
implementation ("systems.dmx:dmx-plugin:5.2.1")
'systems.dmx:dmx-plugin:pom:5.2.1'
<dependency org="systems.dmx" name="dmx-plugin" rev="5.2.1">
<artifact name="dmx-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='systems.dmx', module='dmx-plugin', version='5.2.1')
)
libraryDependencies += "systems.dmx" % "dmx-plugin" % "5.2.1"
[systems.dmx/dmx-plugin "5.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| systems.dmx : dmx-core | jar | 5.2.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |