is not current version
Last Version 2.2.1

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

Parent project for the Trinidad Example Projects

GroupId

GroupId

org.apache.myfaces.trinidad
ArtifactId

ArtifactId

trinidad-example
Version

Version

1.0.13
Type

Type

pom

Download trinidad-example 1.0.13


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