j

jsf-spring-boot-parent

Spring Boot Starters to build MVC web applications using JSF, PrimeFaces, Primefaces Extensions, BootsFaces, ButterFaces, OmniFaces , AngularFaces, Mojarra and MyFaces
http://persapiens.org
The Apache License, Version 2.0
JoinFaces
Marcelo Romulo Fernandes
Files download
File Operation
jsf-spring-boot-parent-2.1.5.pom download
Apache Maven
<dependency>
  <groupId>org.joinfaces</groupId>
  <artifactId>jsf-spring-boot-parent</artifactId>
  <version>2.1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.joinfaces:jsf-spring-boot-parent:2.1.5'
Gradle Kotlin
implementation("org.joinfaces:jsf-spring-boot-parent:2.1.5")
Scala SBT
libraryDependencies += "org.joinfaces" % "jsf-spring-boot-parent" % "2.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.joinfaces', module='jsf-spring-boot-parent', version='2.1.5')
)
Apache Ivy
<dependency org="org.joinfaces" name="jsf-spring-boot-parent" rev="2.1.5" />
Leiningen
[org.joinfaces/jsf-spring-boot-parent "2.1.5"]
Apache Buildr
'org.joinfaces:jsf-spring-boot-parent:jar:2.1.5'