Last Version

Event Bus for Vaadin Flow 0.5.2

A simple event bus for Vaadin Flow.

License

License

Categories

Categories

Vaadin User Interface Web Frameworks EventBus Application Layer Libs Messaging
GroupId

GroupId

de.codecamp.vaadin
ArtifactId

ArtifactId

vaadin-eventbus
Version

Version

0.5.2
Type

Type

jar
Description

Description

Event Bus for Vaadin Flow
A simple event bus for Vaadin Flow.
Project URL

Project URL

https://gitlab.com/codecamp-de/vaadin-eventbus
Project Organization

Project Organization

Patrick Schmidt
Source Code Management

Source Code Management

https://gitlab.com/codecamp-de/vaadin-eventbus

Download vaadin-eventbus 0.5.2


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

Dependencies

compile (4)

Group / Artifact Type Version
com.vaadin : vaadin-spring-boot-starter jar
org.springframework.boot : spring-boot-starter Optional jar
org.springframework.boot : spring-boot-autoconfigure-processor Optional jar
org.springframework.boot : spring-boot-configuration-processor Optional jar

Project Modules

There are no modules declared in this project.