j

jsf-spring-boot-starters

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