MVN

org.sakaiproject.jsf2 : jsf2-tool

Maven & Gradle

Jul 14, 2023
1 usages
945 stars

Sakai JSF 2 Tool Servlet (jsf2-tool)

<dependency>
    <groupId>org.sakaiproject.jsf2</groupId>
    <artifactId>jsf2-tool</artifactId>
    <version>23.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sakaiproject.jsf2 : jsf2-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.0

All Versions

Choose a version of org.sakaiproject.jsf2 : jsf2-tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.0
jsf2-tool-23.0
22.3
jsf2-tool-22.3
22.2
jsf2-tool-22.2
22.1
jsf2-tool-22.1
22.0
jsf2-tool-22.0
21.5
jsf2-tool-21.5
21.4
jsf2-tool-21.4
21.3
jsf2-tool-21.3
21.2
jsf2-tool-21.2
21.1
jsf2-tool-21.1
21.0
jsf2-tool-21.0
20.6
jsf2-tool-20.6
20.5
jsf2-tool-20.5
20.4
jsf2-tool-20.4
20.3
jsf2-tool-20.3
20.2
jsf2-tool-20.2
20.1
jsf2-tool-20.1
20.0
jsf2-tool-20.0
19.6
jsf2-tool-19.6
19.5
jsf2-tool-19.5
19.4
jsf2-tool-19.4
19.3
jsf2-tool-19.3
19.2
jsf2-tool-19.2
19.1
jsf2-tool-19.1
19.0
jsf2-tool-19.0

How to add a dependency to Maven

Add the following org.sakaiproject.jsf2 : jsf2-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sakaiproject.jsf2</groupId>
    <artifactId>jsf2-tool</artifactId>
    <version>23.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sakaiproject.jsf2 : jsf2-tool gradle dependency to your build.gradle file:

implementation 'org.sakaiproject.jsf2:jsf2-tool:23.0'

Gradle Kotlin DSL: Add the following org.sakaiproject.jsf2 : jsf2-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sakaiproject.jsf2:jsf2-tool:23.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sakaiproject.jsf2 : jsf2-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sakaiproject.jsf2" % "jsf2-tool" % "23.0"

Advertisement