License |
License |
---|---|
Categories |
CategoriesVaadin User Interface Web Frameworks |
GroupId | GroupIdde.codecamp.vaadin |
ArtifactId | ArtifactIdvaadin-unload-beacon |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnload Beacon for Vaadin Flow
Sends a beacon on unloading a page to close UIs without delay.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationPatrick Schmidt |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/de.codecamp.vaadin/vaadin-unload-beacon/ -->
<dependency>
<groupId>de.codecamp.vaadin</groupId>
<artifactId>vaadin-unload-beacon</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecamp.vaadin/vaadin-unload-beacon/
implementation 'de.codecamp.vaadin:vaadin-unload-beacon:1.0.1'
// https://jarcasting.com/artifacts/de.codecamp.vaadin/vaadin-unload-beacon/
implementation ("de.codecamp.vaadin:vaadin-unload-beacon:1.0.1")
'de.codecamp.vaadin:vaadin-unload-beacon:jar:1.0.1'
<dependency org="de.codecamp.vaadin" name="vaadin-unload-beacon" rev="1.0.1">
<artifact name="vaadin-unload-beacon" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecamp.vaadin', module='vaadin-unload-beacon', version='1.0.1')
)
libraryDependencies += "de.codecamp.vaadin" % "vaadin-unload-beacon" % "1.0.1"
[de.codecamp.vaadin/vaadin-unload-beacon "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.vaadin : vaadin-core | 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 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.servlet : jakarta.servlet-api | jar |