MVN

org.omnifaces : concurrent-extras

Maven & Gradle

Jul 06, 2022
0 stars

Concurrent Extras Module

<dependency>
    <groupId>org.omnifaces</groupId>
    <artifactId>concurrent-extras</artifactId>
    <version>3.0.0-RC5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.omnifaces : concurrent-extras to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-RC5
  • Latest Release Candidate: 3.0.0-RC5

All Versions

Choose a version of org.omnifaces : concurrent-extras to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
concurrent-extras-3.0.0-RC5
concurrent-extras-3.0.0-RC4
concurrent-extras-3.0.0-RC3
concurrent-extras-3.0.0-RC2
concurrent-extras-3.0.0-RC1

How to add a dependency to Maven

Add the following org.omnifaces : concurrent-extras maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.omnifaces</groupId>
    <artifactId>concurrent-extras</artifactId>
    <version>3.0.0-RC5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.omnifaces : concurrent-extras gradle dependency to your build.gradle file:

implementation 'org.omnifaces:concurrent-extras:3.0.0-RC5'

Gradle Kotlin DSL: Add the following org.omnifaces : concurrent-extras gradle kotlin dependency to your build.gradle.kts file:

implementation("org.omnifaces:concurrent-extras:3.0.0-RC5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.omnifaces : concurrent-extras sbt scala dependency to your build.sbt file:

libraryDependencies += "org.omnifaces" % "concurrent-extras" % "3.0.0-RC5"

Advertisement

Dependencies from Group

Jun 24, 2023
77 usages
273 stars
Aug 21, 2023
7 usages
4 stars
Mar 08, 2021
6 usages
4 stars
Jul 16, 2023
6 usages
4 stars
Oct 24, 2022
4 usages
16 stars

Discover Dependencies