Serializable Service References for Vaadin Flow

This Vaadin Flow add-on allows dependency injection of services into Vaadin components without preventing session serialization.

License

License

Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

de.codecamp.vaadin
ArtifactId

ArtifactId

vaadin-service-ref
Last Version

Last Version

0.7.1
Release Date

Release Date

Type

Type

jar
Description

Description

Serializable Service References for Vaadin Flow
This Vaadin Flow add-on allows dependency injection of services into Vaadin components without preventing session serialization.
Project URL

Project URL

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

Project Organization

Patrick Schmidt
Source Code Management

Source Code Management

https://gitlab.com/codecamp-de/vaadin-service-ref

Download vaadin-service-ref

How to add to project

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

Dependencies

compile (5)

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

provided (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar
javax.enterprise : cdi-api jar 1.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.1
0.7.0
0.6.0