MVN

com.sun.jsftemplating : jsftemplating-base

Maven & Gradle

Aug 19, 2011
1 usages

Templating for Java Server Faces

<dependency>
    <groupId>com.sun.jsftemplating</groupId>
    <artifactId>jsftemplating-base</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.jsftemplating : jsftemplating-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of com.sun.jsftemplating : jsftemplating-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jsftemplating-base-2.0.2
jsftemplating-base-2.0.1
1.2.x
jsftemplating-base-1.2.11
jsftemplating-base-1.2.10
jsftemplating-base-1.2.9
jsftemplating-base-1.2.8
jsftemplating-base-1.2.7
jsftemplating-base-1.2.6
jsftemplating-base-1.2.5
jsftemplating-base-1.2.4
jsftemplating-base-1.2.3
jsftemplating-base-1.2.2
jsftemplating-base-1.2.1

How to add a dependency to Maven

Add the following com.sun.jsftemplating : jsftemplating-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.jsftemplating</groupId>
    <artifactId>jsftemplating-base</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.jsftemplating : jsftemplating-base gradle dependency to your build.gradle file:

implementation 'com.sun.jsftemplating:jsftemplating-base:2.0.2'

Gradle Kotlin DSL: Add the following com.sun.jsftemplating : jsftemplating-base gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.jsftemplating:jsftemplating-base:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.jsftemplating : jsftemplating-base sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.jsftemplating" % "jsftemplating-base" % "2.0.2"

Advertisement