| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.apache.myfaces.trinidad | 
    
| ArtifactId | ArtifactIdtrinidad-example | 
    
| Last Version | Last Version2.2.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionApache MyFaces Trinidad Examples 
            Parent project for the Trinidad Example Projects 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| trinidad-example-2.2.1.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.trinidad/trinidad-example/ -->
<dependency>
    <groupId>org.apache.myfaces.trinidad</groupId>
    <artifactId>trinidad-example</artifactId>
    <version>2.2.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.myfaces.trinidad/trinidad-example/
implementation 'org.apache.myfaces.trinidad:trinidad-example:2.2.1'
                // https://jarcasting.com/artifacts/org.apache.myfaces.trinidad/trinidad-example/
implementation ("org.apache.myfaces.trinidad:trinidad-example:2.2.1")
                'org.apache.myfaces.trinidad:trinidad-example:pom:2.2.1'
                <dependency org="org.apache.myfaces.trinidad" name="trinidad-example" rev="2.2.1">
  <artifact name="trinidad-example" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.apache.myfaces.trinidad', module='trinidad-example', version='2.2.1')
)
                libraryDependencies += "org.apache.myfaces.trinidad" % "trinidad-example" % "2.2.1"
                [org.apache.myfaces.trinidad/trinidad-example "2.2.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.myfaces.trinidad : trinidad-api | jar | 2.2.1 | 
| org.apache.myfaces.trinidad : trinidad-impl | jar | 2.2.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : jstl | jar | 1.2 | 
| org.apache.myfaces.portlet-bridge : portlet-bridge-api | jar | 2.0.0 | 
| org.apache.myfaces.portlet-bridge : portlet-bridge-impl | jar | 2.0.0 | 
| javax.portlet : portlet-api | jar | 1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.4 |