MVN

org.apache.myfaces.core.extensions.quarkus : myfaces-quarkus-runtime

Maven & Gradle

Apr 02, 2020
1 usages

Apache MyFaces Core 2.3-next - Extensions - Quarkus - Runtime · Apache MyFaces Core runtime extension for Quarkus.

<dependency>
    <groupId>org.apache.myfaces.core.extensions.quarkus</groupId>
    <artifactId>myfaces-quarkus-runtime</artifactId>
    <version>2.3-next-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.myfaces.core.extensions.quarkus : myfaces-quarkus-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3-next-M2

All Versions

Choose a version of org.apache.myfaces.core.extensions.quarkus : myfaces-quarkus-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3
myfaces-quarkus-runtime-2.3-next-M2
myfaces-quarkus-runtime-2.3-next-M1

How to add a dependency to Maven

Add the following org.apache.myfaces.core.extensions.quarkus : myfaces-quarkus-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.myfaces.core.extensions.quarkus</groupId>
    <artifactId>myfaces-quarkus-runtime</artifactId>
    <version>2.3-next-M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.myfaces.core.extensions.quarkus : myfaces-quarkus-runtime gradle dependency to your build.gradle file:

implementation 'org.apache.myfaces.core.extensions.quarkus:myfaces-quarkus-runtime:2.3-next-M2'

Gradle Kotlin DSL: Add the following org.apache.myfaces.core.extensions.quarkus : myfaces-quarkus-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.myfaces.core.extensions.quarkus:myfaces-quarkus-runtime:2.3-next-M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.myfaces.core.extensions.quarkus : myfaces-quarkus-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.myfaces.core.extensions.quarkus" % "myfaces-quarkus-runtime" % "2.3-next-M2"