MVN

org.joinfaces : faces-spring-boot-starter

Maven & Gradle

Aug 25, 2023
383 stars

JSF Spring Boot Starter · JSF Spring Boot Starter

<dependency>
    <groupId>org.joinfaces</groupId>
    <artifactId>faces-spring-boot-starter</artifactId>
    <version>5.2.0-m2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.joinfaces : faces-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.0-m2
  • Latest Release Candidate: 5.1.0-rc2

All Versions

Choose a version of org.joinfaces : faces-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
faces-spring-boot-starter-5.2.0-m2
faces-spring-boot-starter-5.2.0-m1
5.1.x
faces-spring-boot-starter-5.1.3
faces-spring-boot-starter-5.1.2
faces-spring-boot-starter-5.1.1
faces-spring-boot-starter-5.1.0
faces-spring-boot-starter-5.1.0-rc2
faces-spring-boot-starter-5.1.0-rc1
faces-spring-boot-starter-5.1.0-m2
faces-spring-boot-starter-5.1.0-m1
5.0.x
faces-spring-boot-starter-5.0.10
faces-spring-boot-starter-5.0.9
faces-spring-boot-starter-5.0.8
faces-spring-boot-starter-5.0.7
faces-spring-boot-starter-5.0.6
faces-spring-boot-starter-5.0.5
faces-spring-boot-starter-5.0.4
faces-spring-boot-starter-5.0.3
faces-spring-boot-starter-5.0.2
faces-spring-boot-starter-5.0.1
faces-spring-boot-starter-5.0.0

How to add a dependency to Maven

Add the following org.joinfaces : faces-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.joinfaces</groupId>
    <artifactId>faces-spring-boot-starter</artifactId>
    <version>5.2.0-m2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.joinfaces : faces-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'org.joinfaces:faces-spring-boot-starter:5.2.0-m2'

Gradle Kotlin DSL: Add the following org.joinfaces : faces-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.joinfaces:faces-spring-boot-starter:5.2.0-m2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.joinfaces : faces-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.joinfaces" % "faces-spring-boot-starter" % "5.2.0-m2"