MVN

org.joinfaces : jsf-tomcat-spring-boot-autoconfigure

Maven & Gradle

Jun 15, 2017
2 usages

JSF Tomcat Spring Boot AutoConfigure · JSF Tomcat Spring Boot AutoConfigure

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

Latest Version

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

  • Latest Stable: 2.4.0

All Versions

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

Version Vulnerabilities Updated
2.4.x
jsf-tomcat-spring-boot-autoconfigure-2.4.0
2.3.x
jsf-tomcat-spring-boot-autoconfigure-2.3.9
jsf-tomcat-spring-boot-autoconfigure-2.3.8
jsf-tomcat-spring-boot-autoconfigure-2.3.7
jsf-tomcat-spring-boot-autoconfigure-2.3.6
jsf-tomcat-spring-boot-autoconfigure-2.3.5
jsf-tomcat-spring-boot-autoconfigure-2.3.4
jsf-tomcat-spring-boot-autoconfigure-2.3.3
jsf-tomcat-spring-boot-autoconfigure-2.3.2
jsf-tomcat-spring-boot-autoconfigure-2.3.1
jsf-tomcat-spring-boot-autoconfigure-2.3.0
2.2.x
jsf-tomcat-spring-boot-autoconfigure-2.2.9
jsf-tomcat-spring-boot-autoconfigure-2.2.8
jsf-tomcat-spring-boot-autoconfigure-2.2.7
jsf-tomcat-spring-boot-autoconfigure-2.2.6

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.joinfaces:jsf-tomcat-spring-boot-autoconfigure:2.4.0'

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

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

How to add a dependency to SBT Scala

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

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