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