MVN

cloud.altemista.fwk.webapp.modules : cloud-altemistafwk-webapp-jsf

Maven & Gradle

Mar 26, 2020
2 usages
0 stars

cloud-altemistafwk presentation layer: JSF support (PrimeFaces)

<dependency>
    <groupId>cloud.altemista.fwk.webapp.modules</groupId>
    <artifactId>cloud-altemistafwk-webapp-jsf</artifactId>
    <version>3.1.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cloud.altemista.fwk.webapp.modules : cloud-altemistafwk-webapp-jsf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0.RELEASE

All Versions

Choose a version of cloud.altemista.fwk.webapp.modules : cloud-altemistafwk-webapp-jsf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
cloud-altemistafwk-webapp-jsf-3.1.0.RELEASE
3.0.x
cloud-altemistafwk-webapp-jsf-3.0.1.RELEASE
cloud-altemistafwk-webapp-jsf-3.0.0.RELEASE

How to add a dependency to Maven

Add the following cloud.altemista.fwk.webapp.modules : cloud-altemistafwk-webapp-jsf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cloud.altemista.fwk.webapp.modules</groupId>
    <artifactId>cloud-altemistafwk-webapp-jsf</artifactId>
    <version>3.1.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cloud.altemista.fwk.webapp.modules : cloud-altemistafwk-webapp-jsf gradle dependency to your build.gradle file:

implementation 'cloud.altemista.fwk.webapp.modules:cloud-altemistafwk-webapp-jsf:3.1.0.RELEASE'

Gradle Kotlin DSL: Add the following cloud.altemista.fwk.webapp.modules : cloud-altemistafwk-webapp-jsf gradle kotlin dependency to your build.gradle.kts file:

implementation("cloud.altemista.fwk.webapp.modules:cloud-altemistafwk-webapp-jsf:3.1.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following cloud.altemista.fwk.webapp.modules : cloud-altemistafwk-webapp-jsf sbt scala dependency to your build.sbt file:

libraryDependencies += "cloud.altemista.fwk.webapp.modules" % "cloud-altemistafwk-webapp-jsf" % "3.1.0.RELEASE"