| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices Jakarta Server Faces Jakarta EE The Web Tier | 
| GroupId | GroupIdorg.joinfaces | 
| ArtifactId | ArtifactIdjsf-spring-boot-parent | 
| Last Version | Last Version2.4.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJSF Spring Boot Parent Spring Boot Starters to build MVC web applications using 
        JSF, PrimeFaces, Primefaces Extensions, BootsFaces, ButterFaces, OmniFaces
        , AngularFaces, Mojarra and MyFaces | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| jsf-spring-boot-parent-2.4.2.pom | 37 KB | 
| jsf-spring-boot-parent-2.4.2-tests.jar | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.joinfaces/jsf-spring-boot-parent/ -->
<dependency>
    <groupId>org.joinfaces</groupId>
    <artifactId>jsf-spring-boot-parent</artifactId>
    <version>2.4.2</version>
</dependency>// https://jarcasting.com/artifacts/org.joinfaces/jsf-spring-boot-parent/
implementation 'org.joinfaces:jsf-spring-boot-parent:2.4.2'// https://jarcasting.com/artifacts/org.joinfaces/jsf-spring-boot-parent/
implementation ("org.joinfaces:jsf-spring-boot-parent:2.4.2")'org.joinfaces:jsf-spring-boot-parent:jar:2.4.2'<dependency org="org.joinfaces" name="jsf-spring-boot-parent" rev="2.4.2">
  <artifact name="jsf-spring-boot-parent" type="jar" />
</dependency>@Grapes(
@Grab(group='org.joinfaces', module='jsf-spring-boot-parent', version='2.4.2')
)libraryDependencies += "org.joinfaces" % "jsf-spring-boot-parent" % "2.4.2"[org.joinfaces/jsf-spring-boot-parent "2.4.2"]