MVN

org.joinfaces : richfaces-ayg-spring-boot-starter

Maven & Gradle

Aug 24, 2023
1 usages
383 stars

RichFaces AYG Spring Boot Starter · RichFaces AYG Spring Boot Starter

<dependency>
    <groupId>org.joinfaces</groupId>
    <artifactId>richfaces-ayg-spring-boot-starter</artifactId>
    <version>4.7.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.7.15
  • Latest Release Candidate: 4.7.0-rc1

All Versions

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

Version Vulnerabilities Updated
4.7.x
richfaces-ayg-spring-boot-starter-4.7.15
richfaces-ayg-spring-boot-starter-4.7.14
richfaces-ayg-spring-boot-starter-4.7.13
richfaces-ayg-spring-boot-starter-4.7.12
richfaces-ayg-spring-boot-starter-4.7.11
richfaces-ayg-spring-boot-starter-4.7.10
richfaces-ayg-spring-boot-starter-4.7.9
richfaces-ayg-spring-boot-starter-4.7.8
richfaces-ayg-spring-boot-starter-4.7.7
richfaces-ayg-spring-boot-starter-4.7.6
richfaces-ayg-spring-boot-starter-4.7.5
richfaces-ayg-spring-boot-starter-4.7.4
richfaces-ayg-spring-boot-starter-4.7.3
richfaces-ayg-spring-boot-starter-4.7.2
richfaces-ayg-spring-boot-starter-4.7.1
richfaces-ayg-spring-boot-starter-4.7.0.2
richfaces-ayg-spring-boot-starter-4.7.0.1
richfaces-ayg-spring-boot-starter-4.7.0
richfaces-ayg-spring-boot-starter-4.7.0-rc1
richfaces-ayg-spring-boot-starter-4.7.0-m3
richfaces-ayg-spring-boot-starter-4.7.0-m2
richfaces-ayg-spring-boot-starter-4.7.0-m1
4.6.x
richfaces-ayg-spring-boot-starter-4.6.14
richfaces-ayg-spring-boot-starter-4.6.13
richfaces-ayg-spring-boot-starter-4.6.12
richfaces-ayg-spring-boot-starter-4.6.11
richfaces-ayg-spring-boot-starter-4.6.10
richfaces-ayg-spring-boot-starter-4.6.9
richfaces-ayg-spring-boot-starter-4.6.8
richfaces-ayg-spring-boot-starter-4.6.7
richfaces-ayg-spring-boot-starter-4.6.6
richfaces-ayg-spring-boot-starter-4.6.5
richfaces-ayg-spring-boot-starter-4.6.4
richfaces-ayg-spring-boot-starter-4.6.3
richfaces-ayg-spring-boot-starter-4.6.2
richfaces-ayg-spring-boot-starter-4.6.1
richfaces-ayg-spring-boot-starter-4.6.0
richfaces-ayg-spring-boot-starter-4.6.0-rc1
richfaces-ayg-spring-boot-starter-4.6.0-m2
richfaces-ayg-spring-boot-starter-4.6.0-m1
4.5.x
richfaces-ayg-spring-boot-starter-4.5.14.1
richfaces-ayg-spring-boot-starter-4.5.14
richfaces-ayg-spring-boot-starter-4.5.13
richfaces-ayg-spring-boot-starter-4.5.12
richfaces-ayg-spring-boot-starter-4.5.11
richfaces-ayg-spring-boot-starter-4.5.10
richfaces-ayg-spring-boot-starter-4.5.9
richfaces-ayg-spring-boot-starter-4.5.8
richfaces-ayg-spring-boot-starter-4.5.7
richfaces-ayg-spring-boot-starter-4.5.6
richfaces-ayg-spring-boot-starter-4.5.5
richfaces-ayg-spring-boot-starter-4.5.4
richfaces-ayg-spring-boot-starter-4.5.3
richfaces-ayg-spring-boot-starter-4.5.1
richfaces-ayg-spring-boot-starter-4.5.0
richfaces-ayg-spring-boot-starter-4.5.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.joinfaces</groupId>
    <artifactId>richfaces-ayg-spring-boot-starter</artifactId>
    <version>4.7.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.joinfaces:richfaces-ayg-spring-boot-starter:4.7.15'

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

implementation("org.joinfaces:richfaces-ayg-spring-boot-starter:4.7.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.joinfaces" % "richfaces-ayg-spring-boot-starter" % "4.7.15"

Advertisement