MVN

org.apache.myfaces.trinidad : trinidad-demo

Maven & Gradle

Jul 21, 2017
2 usages

Apache MyFaces Trinidad Demo · Apache MyFaces Trinidad Demo

<dependency>
    <groupId>org.apache.myfaces.trinidad</groupId>
    <artifactId>trinidad-demo</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.myfaces.trinidad : trinidad-demo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1
  • Latest Beta: 2.0.0-beta-2

All Versions

Choose a version of org.apache.myfaces.trinidad : trinidad-demo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
trinidad-demo-2.2.1
trinidad-demo-2.2.0
2.1.x
trinidad-demo-2.1.4
trinidad-demo-2.1.3
trinidad-demo-2.1.2
trinidad-demo-2.1.1
trinidad-demo-2.1.0
2.0.x
trinidad-demo-2.0.1
trinidad-demo-2.0.0
trinidad-demo-2.0.0-beta-2
trinidad-demo-2.0.0-beta-1
1.2.x
trinidad-demo-1.2.14
1.0.x
trinidad-demo-1.0.13

How to add a dependency to Maven

Add the following org.apache.myfaces.trinidad : trinidad-demo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.myfaces.trinidad</groupId>
    <artifactId>trinidad-demo</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.myfaces.trinidad : trinidad-demo gradle dependency to your build.gradle file:

implementation 'org.apache.myfaces.trinidad:trinidad-demo:2.2.1'

Gradle Kotlin DSL: Add the following org.apache.myfaces.trinidad : trinidad-demo gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.myfaces.trinidad:trinidad-demo:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.myfaces.trinidad : trinidad-demo sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.myfaces.trinidad" % "trinidad-demo" % "2.2.1"