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
文件下载
文件名 操作
jsf-spring-boot-parent-1.7.3.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.persapiens</groupId>
  <artifactId>jsf-spring-boot-parent</artifactId>
  <version>1.7.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.persapiens:jsf-spring-boot-parent:1.7.3'
Gradle Kotlin
implementation("com.github.persapiens:jsf-spring-boot-parent:1.7.3")
Scala SBT
libraryDependencies += "com.github.persapiens" % "jsf-spring-boot-parent" % "1.7.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.persapiens', module='jsf-spring-boot-parent', version='1.7.3')
)
Apache Ivy
<dependency org="com.github.persapiens" name="jsf-spring-boot-parent" rev="1.7.3" />
Leiningen
[com.github.persapiens/jsf-spring-boot-parent "1.7.3"]
Apache Buildr
'com.github.persapiens:jsf-spring-boot-parent:jar:1.7.3'