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
https://github.com/persapiens/jsf-spring-boot-starter
The Apache License, Version 2.0
Persapiens
Marcelo Romulo Fernandes
Files download
File Operation
jsf-spring-boot-parent-1.7.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.persapiens</groupId>
  <artifactId>jsf-spring-boot-parent</artifactId>
  <version>1.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.persapiens:jsf-spring-boot-parent:1.7.0'
Gradle Kotlin
implementation("com.github.persapiens:jsf-spring-boot-parent:1.7.0")
Scala SBT
libraryDependencies += "com.github.persapiens" % "jsf-spring-boot-parent" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.persapiens', module='jsf-spring-boot-parent', version='1.7.0')
)
Apache Ivy
<dependency org="com.github.persapiens" name="jsf-spring-boot-parent" rev="1.7.0" />
Leiningen
[com.github.persapiens/jsf-spring-boot-parent "1.7.0"]
Apache Buildr
'com.github.persapiens:jsf-spring-boot-parent:jar:1.7.0'