License |
License |
---|---|
Categories |
CategoriesVaadin User Interface Web Frameworks EventBus Application Layer Libs Messaging |
GroupId | GroupIdde.codecamp.vaadin |
ArtifactId | ArtifactIdvaadin-eventbus |
Last Version | Last Version0.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEvent Bus for Vaadin Flow
A simple event bus for Vaadin Flow.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationPatrick Schmidt |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vaadin-eventbus-0.5.2.pom | |
vaadin-eventbus-0.5.2.jar | 22 KB |
vaadin-eventbus-0.5.2-sources.jar | 15 KB |
vaadin-eventbus-0.5.2-javadoc.jar | 208 KB |
Browse |
<!-- 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"]
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 |