License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Vaadin User Interface Web Frameworks Security |
GroupId | GroupIdde.codecamp.vaadin |
ArtifactId | ArtifactIdvaadin-security-spring-boot-starter |
Version | Version2.0.2 |
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>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecamp.vaadin/vaadin-security-spring-boot-starter/
implementation 'de.codecamp.vaadin:vaadin-security-spring-boot-starter:2.0.2'
// https://jarcasting.com/artifacts/de.codecamp.vaadin/vaadin-security-spring-boot-starter/
implementation ("de.codecamp.vaadin:vaadin-security-spring-boot-starter:2.0.2")
'de.codecamp.vaadin:vaadin-security-spring-boot-starter:jar:2.0.2'
<dependency org="de.codecamp.vaadin" name="vaadin-security-spring-boot-starter" rev="2.0.2">
<artifact name="vaadin-security-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecamp.vaadin', module='vaadin-security-spring-boot-starter', version='2.0.2')
)
libraryDependencies += "de.codecamp.vaadin" % "vaadin-security-spring-boot-starter" % "2.0.2"
[de.codecamp.vaadin/vaadin-security-spring-boot-starter "2.0.2"]
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 |