MVN

br.com.caelum.stella : faces-example-2x

Maven & Gradle

Feb 01, 2023
641 stars

Example: Stella Faces 2x

<dependency>
    <groupId>br.com.caelum.stella</groupId>
    <artifactId>faces-example-2x</artifactId>
    <version>2.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.caelum.stella : faces-example-2x to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.6
  • Latest Beta: 2.1.4-beta1

All Versions

Choose a version of br.com.caelum.stella : faces-example-2x to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
faces-example-2x-2.1.6
faces-example-2x-2.1.5
faces-example-2x-2.1.4
faces-example-2x-2.1.4-beta1
faces-example-2x-2.1.3
faces-example-2x-2.1.2
faces-example-2x-2.1.1
faces-example-2x-2.1.0
2.0.x
faces-example-2x-2.0.4
faces-example-2x-2.0.3
faces-example-2x-2.0.2
faces-example-2x-2.0.1
2.0
faces-example-2x-2.0
faces-example-2x-2.0-beta1

How to add a dependency to Maven

Add the following br.com.caelum.stella : faces-example-2x maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.caelum.stella</groupId>
    <artifactId>faces-example-2x</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.caelum.stella : faces-example-2x gradle dependency to your build.gradle file:

implementation 'br.com.caelum.stella:faces-example-2x:2.1.6'

Gradle Kotlin DSL: Add the following br.com.caelum.stella : faces-example-2x gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.caelum.stella:faces-example-2x:2.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.caelum.stella : faces-example-2x sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.caelum.stella" % "faces-example-2x" % "2.1.6"