is not current version
Last Version 2.1.3

eu.xenit.de:event-bus 1.7.3

Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features

GroupId

GroupId

eu.xenit.de
ArtifactId

ArtifactId

event-bus
Version

Version

1.7.3
Type

Type

jar

Download event-bus 1.7.3


<!-- https://jarcasting.com/artifacts/eu.xenit.de/event-bus/ -->
<dependency>
    <groupId>eu.xenit.de</groupId>
    <artifactId>event-bus</artifactId>
    <version>1.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/eu.xenit.de/event-bus/
implementation 'eu.xenit.de:event-bus:1.7.3'
// https://jarcasting.com/artifacts/eu.xenit.de/event-bus/
implementation ("eu.xenit.de:event-bus:1.7.3")
'eu.xenit.de:event-bus:jar:1.7.3'
<dependency org="eu.xenit.de" name="event-bus" rev="1.7.3">
  <artifact name="event-bus" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.xenit.de', module='event-bus', version='1.7.3')
)
libraryDependencies += "eu.xenit.de" % "event-bus" % "1.7.3"
[eu.xenit.de/event-bus "1.7.3"]