MVN

com.sun.faces : jsf-extensions-test-time

Maven & Gradle

Mar 21, 2014

jsf-extensions-test-time · Run time jsf-extensions mvn -Prelease-sign-artifacts -Dgpg.passphrase=PASSPHRASE deploy

<dependency>
    <groupId>com.sun.faces</groupId>
    <artifactId>jsf-extensions-test-time</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.faces : jsf-extensions-test-time to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4

All Versions

Choose a version of com.sun.faces : jsf-extensions-test-time to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
jsf-extensions-test-time-2.4
2.3
jsf-extensions-test-time-2.3
2.2
jsf-extensions-test-time-2.2

How to add a dependency to Maven

Add the following com.sun.faces : jsf-extensions-test-time maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.faces</groupId>
    <artifactId>jsf-extensions-test-time</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.faces : jsf-extensions-test-time gradle dependency to your build.gradle file:

implementation 'com.sun.faces:jsf-extensions-test-time:2.4'

Gradle Kotlin DSL: Add the following com.sun.faces : jsf-extensions-test-time gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.faces:jsf-extensions-test-time:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.faces : jsf-extensions-test-time sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.faces" % "jsf-extensions-test-time" % "2.4"