j

jsf-spring-boot-starters

Group of all JSF Spring Boot Starters
Files download
File Operation
jsf-spring-boot-starters-2.3.9.pom download
Apache Maven
<dependency>
  <groupId>org.joinfaces</groupId>
  <artifactId>jsf-spring-boot-starters</artifactId>
  <version>2.3.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.joinfaces:jsf-spring-boot-starters:2.3.9'
Gradle Kotlin
implementation("org.joinfaces:jsf-spring-boot-starters:2.3.9")
Scala SBT
libraryDependencies += "org.joinfaces" % "jsf-spring-boot-starters" % "2.3.9"
Groovy Grape
@Grapes(
  @Grab(group='org.joinfaces', module='jsf-spring-boot-starters', version='2.3.9')
)
Apache Ivy
<dependency org="org.joinfaces" name="jsf-spring-boot-starters" rev="2.3.9" />
Leiningen
[org.joinfaces/jsf-spring-boot-starters "2.3.9"]
Apache Buildr
'org.joinfaces:jsf-spring-boot-starters:jar:2.3.9'