License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Vaadin User Interface Web Frameworks Security |
GroupId | GroupIdde.codecamp.vaadin |
ArtifactId | ArtifactIdvaadin-security-spring-boot-starter |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot Security for Vaadin
Security for Vaadin applications based on Spring Boot Security
|
Project URL |
Project URL |
Project Organization |
Project OrganizationPatrick Schmidt |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/de.codecamp.vaadin/vaadin-security-spring-boot-starter/ -->
<dependency>
<groupId>de.codecamp.vaadin</groupId>
<artifactId>vaadin-security-spring-boot-starter</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecamp.vaadin/vaadin-security-spring-boot-starter/
implementation 'de.codecamp.vaadin:vaadin-security-spring-boot-starter:3.1.0'
// https://jarcasting.com/artifacts/de.codecamp.vaadin/vaadin-security-spring-boot-starter/
implementation ("de.codecamp.vaadin:vaadin-security-spring-boot-starter:3.1.0")
'de.codecamp.vaadin:vaadin-security-spring-boot-starter:jar:3.1.0'
<dependency org="de.codecamp.vaadin" name="vaadin-security-spring-boot-starter" rev="3.1.0">
<artifact name="vaadin-security-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecamp.vaadin', module='vaadin-security-spring-boot-starter', version='3.1.0')
)
libraryDependencies += "de.codecamp.vaadin" % "vaadin-security-spring-boot-starter" % "3.1.0"
[de.codecamp.vaadin/vaadin-security-spring-boot-starter "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-starter-security | jar | |
com.vaadin : vaadin-spring-boot-starter | jar | |
com.vaadin : fusion-endpoint Optional | jar |