MVN

br.com.litecode : litefaces-enum-i18n

Maven & Gradle

Mar 26, 2015
0 stars

LiteFaces Enum i18n · LiteFaces Enum-i18n is a simple utility library with enhanced support for JavaServer Faces (JSF 2.x) enabling internationalization of enum fields. The library provides a set of EL functions to simplify the basic tasks of translating and styling enum values in a JSF page.

<dependency>
    <groupId>br.com.litecode</groupId>
    <artifactId>litefaces-enum-i18n</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.litecode : litefaces-enum-i18n to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of br.com.litecode : litefaces-enum-i18n to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
litefaces-enum-i18n-1.0.2
litefaces-enum-i18n-1.0.1
litefaces-enum-i18n-1.0.0

How to add a dependency to Maven

Add the following br.com.litecode : litefaces-enum-i18n maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.litecode</groupId>
    <artifactId>litefaces-enum-i18n</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.litecode : litefaces-enum-i18n gradle dependency to your build.gradle file:

implementation 'br.com.litecode:litefaces-enum-i18n:1.0.2'

Gradle Kotlin DSL: Add the following br.com.litecode : litefaces-enum-i18n gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.litecode:litefaces-enum-i18n:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.litecode : litefaces-enum-i18n sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.litecode" % "litefaces-enum-i18n" % "1.0.2"

Advertisement