j

jsf-spring-boot-parent

Starter for building MVC web applications using JSF, Primefaces and Omnifaces
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.4.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.persapiens</groupId>
  <artifactId>jsf-spring-boot-parent</artifactId>
  <version>1.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.persapiens:jsf-spring-boot-parent:1.4.0'
Gradle Kotlin
implementation("com.github.persapiens:jsf-spring-boot-parent:1.4.0")
Scala SBT
libraryDependencies += "com.github.persapiens" % "jsf-spring-boot-parent" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.persapiens', module='jsf-spring-boot-parent', version='1.4.0')
)
Apache Ivy
<dependency org="com.github.persapiens" name="jsf-spring-boot-parent" rev="1.4.0" />
Leiningen
[com.github.persapiens/jsf-spring-boot-parent "1.4.0"]
Apache Buildr
'com.github.persapiens:jsf-spring-boot-parent:jar:1.4.0'