| License |
License |
|---|---|
| GroupId | GroupIdsystems.dmx |
| ArtifactId | ArtifactIddmx-plugin |
| Last Version | Last Version5.2.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDMX 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
|
| Filename | Size |
|---|---|
| dmx-plugin-5.2.1.pom | 1 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| systems.dmx : dmx-core | jar | 5.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |