is not current version
Last Version 2.2.1

org.apache.myfaces.trinidad:trinidad-example 2.0.1

Parent project for the Trinidad Example Projects

GroupId

GroupId

org.apache.myfaces.trinidad
ArtifactId

ArtifactId

trinidad-example
Version

Version

2.0.1
Type

Type

pom

Download trinidad-example 2.0.1


<!-- https://jarcasting.com/artifacts/org.apache.myfaces.trinidad/trinidad-example/ -->
<dependency>
    <groupId>org.apache.myfaces.trinidad</groupId>
    <artifactId>trinidad-example</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.trinidad/trinidad-example/
implementation 'org.apache.myfaces.trinidad:trinidad-example:2.0.1'
// https://jarcasting.com/artifacts/org.apache.myfaces.trinidad/trinidad-example/
implementation ("org.apache.myfaces.trinidad:trinidad-example:2.0.1")
'org.apache.myfaces.trinidad:trinidad-example:pom:2.0.1'
<dependency org="org.apache.myfaces.trinidad" name="trinidad-example" rev="2.0.1">
  <artifact name="trinidad-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.trinidad', module='trinidad-example', version='2.0.1')
)
libraryDependencies += "org.apache.myfaces.trinidad" % "trinidad-example" % "2.0.1"
[org.apache.myfaces.trinidad/trinidad-example "2.0.1"]