License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Jakarta Server Faces Jakarta EE The Web Tier |
GroupId | GroupIdorg.joinfaces |
ArtifactId | ArtifactIdjsf-spring-boot-starters |
Last Version | Last Version2.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSF Spring Boot Starters
Group of all JSF Spring Boot Starters
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jsf-spring-boot-starters-2.4.2.pom | 2 KB |
jsf-spring-boot-starters-2.4.2-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joinfaces/jsf-spring-boot-starters/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>jsf-spring-boot-starters</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/jsf-spring-boot-starters/
implementation 'org.joinfaces:jsf-spring-boot-starters:2.4.2'
// https://jarcasting.com/artifacts/org.joinfaces/jsf-spring-boot-starters/
implementation ("org.joinfaces:jsf-spring-boot-starters:2.4.2")
'org.joinfaces:jsf-spring-boot-starters:jar:2.4.2'
<dependency org="org.joinfaces" name="jsf-spring-boot-starters" rev="2.4.2">
<artifact name="jsf-spring-boot-starters" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='jsf-spring-boot-starters', version='2.4.2')
)
libraryDependencies += "org.joinfaces" % "jsf-spring-boot-starters" % "2.4.2"
[org.joinfaces/jsf-spring-boot-starters "2.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.joinfaces : spring-security-jsf-taglib | jar | 2.4.2 |
org.joinfaces : jsf-spring-boot-autoconfigure | jar | 2.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.14.RELEASE |