MVN

org.joinfaces : jsf-spring-boot-autoconfigure

Maven & Gradle

Jun 20, 2018
22 usages

JSF Spring Boot AutoConfigure · JSF Spring Boot AutoConfigure

<dependency>
    <groupId>org.joinfaces</groupId>
    <artifactId>jsf-spring-boot-autoconfigure</artifactId>
    <version>2.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.4.2

All Versions

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

Version Vulnerabilities Updated
2.4.x
jsf-spring-boot-autoconfigure-2.4.2
jsf-spring-boot-autoconfigure-2.4.1
jsf-spring-boot-autoconfigure-2.4.0
2.3.x
jsf-spring-boot-autoconfigure-2.3.9
jsf-spring-boot-autoconfigure-2.3.8
jsf-spring-boot-autoconfigure-2.3.7
jsf-spring-boot-autoconfigure-2.3.6
jsf-spring-boot-autoconfigure-2.3.5
jsf-spring-boot-autoconfigure-2.3.4
jsf-spring-boot-autoconfigure-2.3.3
jsf-spring-boot-autoconfigure-2.3.2
jsf-spring-boot-autoconfigure-2.3.1
jsf-spring-boot-autoconfigure-2.3.0
2.2.x
jsf-spring-boot-autoconfigure-2.2.9
jsf-spring-boot-autoconfigure-2.2.8
jsf-spring-boot-autoconfigure-2.2.7
jsf-spring-boot-autoconfigure-2.2.6
jsf-spring-boot-autoconfigure-2.2.5
jsf-spring-boot-autoconfigure-2.2.4
jsf-spring-boot-autoconfigure-2.2.3
jsf-spring-boot-autoconfigure-2.2.2
jsf-spring-boot-autoconfigure-2.2.1
jsf-spring-boot-autoconfigure-2.2.0
2.1.x
jsf-spring-boot-autoconfigure-2.1.6
jsf-spring-boot-autoconfigure-2.1.5
jsf-spring-boot-autoconfigure-2.1.4
jsf-spring-boot-autoconfigure-2.1.3
jsf-spring-boot-autoconfigure-2.1.2
jsf-spring-boot-autoconfigure-2.1.1
jsf-spring-boot-autoconfigure-2.1.0
2.0.x
jsf-spring-boot-autoconfigure-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.joinfaces</groupId>
    <artifactId>jsf-spring-boot-autoconfigure</artifactId>
    <version>2.4.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.joinfaces:jsf-spring-boot-autoconfigure:2.4.2'

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

implementation("org.joinfaces:jsf-spring-boot-autoconfigure:2.4.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.joinfaces" % "jsf-spring-boot-autoconfigure" % "2.4.2"

Advertisement