MVN

com.linkare : jsf

Maven & Gradle

Mar 06, 2021

com.linkare.jsf · This project homes JSF components that will enhance, alter or otherwise change the way another project behaves without major alterations to the source code. The components found in this project are expected to be pluggable and the least intrusive to the original's project source code.

<dependency>
    <groupId>com.linkare</groupId>
    <artifactId>jsf</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linkare : jsf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.linkare : jsf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jsf-2.0.0

How to add a dependency to Maven

Add the following com.linkare : jsf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linkare</groupId>
    <artifactId>jsf</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linkare : jsf gradle dependency to your build.gradle file:

implementation 'com.linkare:jsf:2.0.0'

Gradle Kotlin DSL: Add the following com.linkare : jsf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linkare:jsf:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linkare : jsf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linkare" % "jsf" % "2.0.0"