License |
License |
---|---|
Categories |
CategoriesVaadin User Interface Web Frameworks |
GroupId | GroupIdde.codecamp.vaadin |
ArtifactId | ArtifactIdvaadin-service-ref |
Last Version | Last Version0.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSerializable 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 |
Project Organization |
Project OrganizationPatrick Schmidt |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vaadin-service-ref-0.7.1.pom | |
vaadin-service-ref-0.7.1.jar | 10 KB |
vaadin-service-ref-0.7.1-sources.jar | 7 KB |
vaadin-service-ref-0.7.1-javadoc.jar | 436 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | |
javax.enterprise : cdi-api | jar | 1.2 |