is not current version
Last Version 0.7.1

Serializable Service References for Vaadin Flow 0.6.0

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
Version

Version

0.6.0
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 0.6.0


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

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.